Skip to content

Releases: dotnetcore/sharding-core

x.5.0.9

21 Jun 03:19

Choose a tag to compare

修复动态分库

x.5.0.8

20 Jun 14:43

Choose a tag to compare

修复表达式内部使用DateTime.Now的bug

x.5.0.7

20 Jun 08:02

Choose a tag to compare

修复多租户模式下自动分表没有按指定日期创建的bug

x.5.0.6

08 Jun 15:22

Choose a tag to compare

修复内嵌dbcontext查询bug

x.5.0.3

02 Jun 05:15

Choose a tag to compare

x.5.0.1

01 Jun 02:22

Choose a tag to compare

去掉路由表达式编译缓存提高默认情况下的性能,无需表达式编译缓存,将路由的Expression<Func<string,bool>>改成Func<string,bool>,可以通过全局替换来实现,发布x.5.0.1

x.4.3.4

28 May 20:53

Choose a tag to compare

尝试对select非nullable的值进行过滤 #136

x.4.3.3

13 May 09:04

Choose a tag to compare

x.4.3.2

11 May 01:59

Choose a tag to compare

完成指定读写分离读库,有助于读写分离用户的读库设置链接

x.4.3.1

07 May 06:01

Choose a tag to compare

发布x.4.3.1 优化代码结构 修复分页使用反向排序bug