记录mysql迁移问题,

Posted 梁灿林

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了记录mysql迁移问题,相关的知识,希望对你有一定的参考价值。

如果视图使用DbSet,sql server 是支持的,但是mysql必须是用DbQuery,否则视图会报各种类型转换的异常

 

bool类型 使用tinyint 类型,连接字符串加上 TreatTinyAsBoolean=false ,否则也是各种类型的转换失败,比如

Unable to cast object of type ‘System.Boolean‘ to type ‘System.SByte‘.

Unable to cast object of type ‘System.Byte[]‘ to type ‘System.Boolean‘.

以上是关于记录mysql迁移问题,的主要内容,如果未能解决你的问题,请参考以下文章