Commit Graph

365 Commits

Author SHA1 Message Date
xuejiaming 14b0f747fb 修复分库提示说明 2022-12-23 16:32:54 +08:00
xuejiaming cd002c8484 修复abpzero的demo 2022-12-23 12:45:08 +08:00
xuejiaming 96e785ac10 添加aop针对abpvnext的处理[#226] 2022-12-23 09:10:01 +08:00
xuejiaming 3875def0fa 优化简洁调用的代码将重写合并到statemanager 2022-12-22 22:47:25 +08:00
xuejiaming 5e7d659a8e 修复 [#225] 2022-12-13 17:36:51 +08:00
xuejiaming 822ab4e7c7 修复efcore2的分库bug和移除泛型约束 2022-12-09 22:20:16 +08:00
xuejiaming ba42a43e65 修复仅分库的对象查询bug 2022-12-09 21:02:52 +08:00
xuejiaming 1f810f9442 优化模型处理默认的list改成array 2022-11-28 13:04:07 +08:00
xuejiaming ce937b118c ModelCacheLockObjectSeconds重命名为CacheModelLockObjectSeconds 2022-11-27 10:12:51 +08:00
xuejiaming 66c95d4927 添加模型属性设置 2022-11-27 00:08:36 +08:00
xuejiaming ff307db879 升级到7.6.0.8移除IShardingModelCacheOption,将默认的缓存设置进行了建议配置 2022-11-27 00:00:09 +08:00
xuejiaming 3a1616918b 优化模型缓存 2022-11-26 10:06:46 +08:00
xuejiaming bee07e9ec2 优化动态分库的demo 2022-11-24 14:01:39 +08:00
xuejiaming 2e15f163f8 优化代码移除不需要的类库 2022-11-23 16:38:34 +08:00
xuejiaming 4276d23cf3 完成将shardingcore从net依赖转变为efcore依赖 2022-11-23 14:30:07 +08:00
xuejiaming ce1faf8d54 修复
efcore7的fromsqlraw的bug
2022-11-18 09:55:13 +08:00
xuejiaming c9aaa32eb3 添加shardingcore吧版本使用说明 2022-11-17 14:28:08 +08:00
xuejiaming 833a234058 [#217] 2022-11-16 21:41:40 +08:00
xuejiaming 97974b7f2c 修复当分片表无路由的时候join普通表报错的bug 2022-11-16 19:57:29 +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 f77f8d2abe 修复sqlserver的demosingleordefault的报错 2022-11-11 14:55:36 +08:00
xuejiaming 354f623944 修复ExecuteUpdate Combine bug 2022-11-09 15:32:48 +08:00
xuejiaming 32d4d79a53 修改添加对EFCORE7的支持 2022-11-09 11:39:43 +08:00
xuejiaming a944c402a0 修复cross join下无法获取分片表对象的bug 2022-11-04 23:13:49 +08:00
xuejiaming 339b543477 [#215] 并且修复补偿表+HasData的bug 发布6.8.0.4 2022-11-01 13:46:52 +08:00
xuejiaming 9485ae03c1 修复[#214] 发布6.8.0.3 2022-10-31 23:19:33 +08:00
xuejiaming be1ce43765 支持IShardingRuntimeContext<TDbContext>接口注入,支持多dbcontext分片的处理,修复多次AddShardingDbContext后导致的只有最后一个生效的bug,发布6.8.0.2 2022-10-26 10:09:14 +08:00
xuejiaming 9f26b1947f 修复影子属性使用时GetProperty导致的bug,发布6.8.0.1 2022-10-24 22:17:38 +08:00
xuejiaming 2c8b1d0b57 [#193] [#90] 2022-10-20 22:50:07 +08:00
xuejiaming 9246b09b5a 优化代码针对commit的提交判断 2022-10-20 13:18:55 +08:00
xuejiaming 5eebc2aba2 [#208] 2022-10-19 23:13:20 +08:00
xuejiaming 4a050cf26a 添加dbcontextbuildercreator的接口依赖支持替换,支持添加executordbcontext的applicationserivceprovider的注入 2022-10-19 12:35:38 +08:00
xuejiaming 61f76b7b19 修复Migrate在同步上下文中block的bug 2022-10-18 09:02:54 +08:00
tnt group 4395d60c17 fix: 修复分库中数据路由Configure配置错误 2022-10-14 15:21:49 +08:00
xuejiaming 01b485e497 [#199]修复update-database指定migration 2022-10-14 10:38:30 +08:00
xuejiaming 07928d9cb2 升级发布6.7.0.3 2022-10-13 20:19:43 +08:00
xuejiaming 734e075182 修复bug无法指定迁移对象 [#199] 2022-10-13 20:07:18 +08:00
xuejiaming f1e2d1c5bd 修改readme 2022-10-09 14:51:22 +08:00
xuejiaming ecf6419ecc 修复优化当表达式内嵌使用属性的情况下出现:Cannot use multiple context instances within a single query execution. Ensure the query use a single context instance.的错误 2022-09-29 11:28:26 +08:00
xuejiaming 16046d357b 发布6.7.0.0将efcore版本与.net版本绑定 2022-09-29 08:20:46 +08:00
xuejiaming 244bf061d2 添加dbcontext类型发现接口用来判断如果存在分表路由那么必须是分表数据库上下文[#182],将多个接口合并到IShardingDbContext接口上,并且默认的ShellDbContext接口支持track的直接调用 2022-09-28 21:51:07 +08:00
MysticBoy 478ba1f499 让项目支持多个框架 ,EFCORE编译条件使用.Net 内置定义来区分。 2022-09-28 13:12:08 +08:00
xuejiaming e89cbc806d 添加快捷比较路由针对分表和分库的处理 2022-09-26 21:20:08 +08:00
xuejiaming 269d1aa528 修复group by下的匿名和member init的绑定 发布x.6.0.35 2022-09-22 13:05:15 +08:00
xuejiaming a33de9395a 优化 DynamicShardingHelper 的动态添加的代码 2022-09-22 08:46:39 +08:00
xuejiaming 071a9c9971 移除mysql的多余dbcontext 2022-09-21 21:56:59 +08:00
xuejiaming 19aee26e85 添加oracle的code-first下的bug [#188] 2022-09-21 15:06:32 +08:00
xuejiaming a4f70cea61 修改demo移除不需要的代码 2022-09-19 10:42:10 +08:00
xuejiaming afec836c52 修复bug 2022-09-14 16:44:41 +08:00