dotnetcore / sharding-core

high performance lightweight solution for efcore sharding table and sharding database support read-write-separation .一款ef-core下高性能、轻量级针对分表分库读写分离的解决方案,具有零依赖、零学习成本、零业务代码入侵
https://xuejmnet.github.io/sharding-core-doc/
Apache License 2.0
1.17k stars 171 forks source link

表达式内new datetime无法识别 #251

Closed cc1049962392 closed 1 year ago

cc1049962392 commented 1 year ago

使用Linq表达式查询时使用.where(o=>o.dateTime == new DateTime(2023,08,29))会出现报错,错误是表达式解析中发生了类型转换错误 image image )SEJ8VADC1Q6FDE)M(8GN87

xuejmnet commented 1 year ago

7.x.1.15已更新已经修复