Releases: dotnetcore/sharding-core
Releases · dotnetcore/sharding-core
x.5.0.9
21 Jun 03:19
Compare
Sorry, something went wrong.
No results found
x.5.0.8
20 Jun 14:43
Compare
Sorry, something went wrong.
No results found
修复表达式内部使用DateTime.Now的bug
x.5.0.7
20 Jun 08:02
Compare
Sorry, something went wrong.
No results found
修复多租户模式下自动分表没有按指定日期创建的bug
x.5.0.6
08 Jun 15:22
Compare
Sorry, something went wrong.
No results found
x.5.0.3
02 Jun 05:15
Compare
Sorry, something went wrong.
No results found
x.5.0.1
01 Jun 02:22
Compare
Sorry, something went wrong.
No results found
去掉路由表达式编译缓存提高默认情况下的性能,无需表达式编译缓存,将路由的Expression<Func<string,bool>>改成Func<string,bool>,可以通过全局替换来实现,发布x.5.0.1
x.4.3.4
28 May 20:53
Compare
Sorry, something went wrong.
No results found
尝试对select非nullable的值进行过滤 #136
x.4.3.3
13 May 09:04
Compare
Sorry, something went wrong.
No results found
x.4.3.2
11 May 01:59
Compare
Sorry, something went wrong.
No results found
完成指定读写分离读库,有助于读写分离用户的读库设置链接
x.4.3.1
07 May 06:01
Compare
Sorry, something went wrong.
No results found
发布x.4.3.1 优化代码结构 修复分页使用反向排序bug