Sharding Core Versions Save

high performance lightweight solution for efcore sharding table and sharding database support read-write-separation .一款ef-core下高性能、轻量级针对分表分库读写分离的解决方案,具有零依赖、零学习成本、零业务代码入侵

7.x.1.21

1 month ago

fix

  • [#266]添加GetCompareValueByShardingKey方法优化当出现大量In时Expression的or函数或者and函数拼接导致stackoverflow异常

7.x.1.18

6 months ago
  • 修复嵌套queryable子查询在分片下的不生效bug

7.x.1.17

6 months ago

修复

  • [#255] 修复支持EF.Property进行排序

7.x.1.16

8 months ago
  • 修复分片属性为继承对象导致的高性能分页失败

7.x.1.14

9 months ago
  • 修复 [#235] 感谢@warcraft007

7.x.1.13

9 months ago
  • 修复order by为nullable且值为null的情况下的bug 感谢@alex-310

7.x.1.11

10 months ago
  • 修复仅分库查询下track问题

7.x.1.10

11 months ago

7.x.1.9

1 year ago

优化

  • 增加读写分离行为而不是简单的true,false

7.x.1.8

1 year ago

fix

  • [#241]