Commit Graph

40 Commits

Author SHA1 Message Date
xuejiaming 2e15f163f8 优化代码移除不需要的类库 2022-11-23 16:38:34 +08:00
xuejiaming 4276d23cf3 完成将shardingcore从net依赖转变为efcore依赖 2022-11-23 14:30:07 +08:00
xuejiaming 674350b60d 修改demo分表分库和code_first 2022-11-13 13:20:39 +08:00
xuejiaming f3cb2b7626 修改分表的代码 2022-11-11 22:47:18 +08:00
xuejiaming 32d4d79a53 修改添加对EFCORE7的支持 2022-11-09 11:39:43 +08:00
xuejiaming 9f26b1947f 修复影子属性使用时GetProperty导致的bug,发布6.8.0.1 2022-10-24 22:17:38 +08:00
Nuget Ninja 42745c235a Auto csproj fix and update by bot. 2022-09-02 00:10:27 +00:00
xuejiaming 636a643d2c 发布x.6.0.8 2022-07-12 10:45:59 +08:00
xuejiaming 7148d7c5b7 优化代码支持每个分片上下文独立使用自己的日志 2022-07-06 10:39:28 +08:00
xuejiaming d18ba69dfc 修复大部分代码和优化添加,独立使用datasourceroutemanager 2022-07-03 16:52:03 +08:00
xuejiaming 30d54fdf5f 升级efcore依赖,修复命名空间单词拼错 2022-06-17 10:57:25 +08:00
xuejiaming 318e51bbf0 移除表达式缓存Expression改成自定义RoutExpression 2022-06-01 09:12:27 +08:00
xuejiaming 134cbcc7fd [#143],[#141]bug修复,发布x.4.2.14 2022-05-02 09:07:06 +08:00
xuejiaming 6d68bcf1db [#143],[#121]内嵌子句修复 2022-04-30 07:50:43 +08:00
xuejiaming 062f823bbf 修复动态添加表后缀前后出现延迟的情况下出现的bug,发布x.4.2.12 2022-04-28 16:31:07 +08:00
Renovate Bot b412cb7864
Update dotnet monorepo 2022-02-03 12:51:56 +00:00
xuejiaming 09ad633e4a 添加对ignoreQueryFilters的支持[#101] 2022-01-28 16:32:12 +08:00
xuejiaming 81c3e21f43 修复queryable下的orderby 2022-01-09 13:03:29 +08:00
xuejiaming b8703c6421 完成多配置分片预览版功能 2022-01-06 21:30:05 +08:00
xuejiaming c1de855bb9 完成多配置sharding编译[#73] 2022-01-06 14:51:01 +08:00
xuejiaming 07fd59f288 支持[#88]QueryFilter 2021-12-31 21:35:33 +08:00
xuejiaming d4a35698cd DbContext查询支持读写分离的追踪 2021-12-31 15:31:48 +08:00
xuejiaming c3b55c5af9 x.3.2.6修复单路由多表跨表bug 2021-12-30 16:06:32 +08:00
xuejiaming 440cfeeff3 优化了部分代码和调整部分逻辑 2021-12-30 12:35:24 +08:00
xuejiaming dff36831b8 x.3.2.4优化表查询,优化手动指定分库路由 2021-12-29 23:22:24 +08:00
xuejiaming c1e19efca5 暴露ShardingDbContextExecutor优化仅take的时候添加skip(0),发布x.3.2.2 2021-12-28 15:42:31 +08:00
xuejiaming fbe7207b86 修改了一下启动的默认是否启用读写分离 2021-12-28 09:46:33 +08:00
xuejiaming bc9748f389 发布preview3版本 2021-12-25 12:43:57 +08:00
xuejiaming 6da62de08a 发布x.3.2.x 2021-12-24 15:42:01 +08:00
xuejiaming 167c44be53 完成第一版本的多字段sharding [#82] 2021-12-24 15:23:55 +08:00
xuejiaming c03e679901 [#82]添加多字段辅助分库分片v1 2021-12-23 22:47:52 +08:00
xuejiaming 242eec9c46 修改readme 2021-12-17 08:42:21 +08:00
xuejiaming 9e93ebef43 针对路由开放GetRoutFilter方法可能对自行实现的路由会有一个报错由protected改成public,并且添加路由表达式缓存单元测试 2021-12-03 10:12:26 +08:00
xuejiaming 028d3b08cb 优化多线程下的数据解析查询 2021-12-01 15:52:42 +08:00
xuejiaming 9e287be7e3 添加了很多单元测试 2021-11-26 23:11:09 +08:00
xuejiaming 993bfecb5d 针对时间分表的StarJob替换成AutoCreateTableByTime并且默认强制重写,发布x.3.1.49 2021-11-24 08:12:03 +08:00
xuejiaming 00fffa24de 优化异常和lock 2021-11-18 14:41:24 +08:00
xuejiaming 7be87935fa [#22] 支持ef-core6.0,发布x.3.1.31 2021-11-09 14:13:00 +08:00
xuejiaming 32e647a18d 修复内存排序下没有使用shardingcomparer的纠正 2021-11-08 20:41:25 +08:00
xuejiaming 579c5cc6db 修复分库join的bug,添加对sharding-table,sharding-data-source的demo 2021-11-07 11:29:37 +08:00