Releases: dotnetcore/sharding-core
Releases · dotnetcore/sharding-core
7.x.1.22
fix
- efcore8下使用sqlQuery的FromSqlQueryRootExpression的任意clr类型报错模型不在上下文的bug
7.x.1.21
fix
- [#266]添加GetCompareValueByShardingKey方法优化当出现大量In时Expression的or函数或者and函数拼接导致stackoverflow异常
7.x.1.18
- 修复嵌套queryable子查询在分片下的不生效bug
7.x.1.17
修复
- [#255] 修复支持EF.Property进行排序
7.x.1.13
- 修复order by为nullable且值为null的情况下的bug 感谢@alex-310
7.x.1.10
修复
- 修复匿名对象返回nullable的value的bug](6d22536)