Commit Graph

333 Commits

Author SHA1 Message Date
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
xuejiaming a939058cd1 1 2022-09-14 16:17:46 +08:00
xuejiaming 38b53e883a 修复queryable内嵌method call expression的时候dbcontext没有被替换,发布x.6.0.32 2022-09-14 11:32:40 +08:00
xuejmnet 63fe513d6b
Update Samples.AbpSharding.csproj 2022-09-02 08:42:44 +08:00
xuejmnet c4a74496a9
Update Sample.SqlServer3x.csproj 2022-09-02 08:36:17 +08:00
Nuget Ninja 42745c235a Auto csproj fix and update by bot. 2022-09-02 00:10:27 +00:00
xuejiaming 768745853b 修复默认判断构造函数是否存在多个移除静态构造函数的判断 2022-08-30 10:25:01 +08:00
xuejiaming 7837e78e55 修复部分bug增加更多功能 2022-08-24 22:03:31 +08:00
xuejiaming 9d80a3bb90 修复仅分库的对象查询bug 2022-08-17 11:29:34 +08:00
xuejiaming 94b99ffce9 Merge branch 'main' of github.com:dotnetcore/sharding-core 2022-08-17 11:08:35 +08:00
xuejiaming ad9b273d08 1 2022-08-17 11:08:27 +08:00
xuejiaming 531f2e9596 修复仅分库对象 2022-08-17 10:58:49 +08:00
xuejiaming 52ed6e0c49 重构聚合模块 2022-08-07 21:59:32 +08:00
xuejiaming 47fb29bdd6 修复((datetime?)o.time).value > '2022/1/1'这种表达式 2022-08-03 23:12:47 +08:00
xuejiaming 5d2a3b160f 修复tablecreator在有hasdata的时候无法创建表的bug 2022-08-02 21:30:04 +08:00
xuejiaming 8a998f7d52 添加对changetracker的支持 发布x.6.0.24 2022-08-02 17:25:06 +08:00
xuejiaming 793e78bd93 添加migrations的factory例子 2022-07-29 16:26:02 +08:00
xuejiaming ace2d0cb6c 移除补偿cron表达式 2022-07-25 21:48:47 +08:00
xuejiaming 6811d14c87 x.6.0.18 添加操作写库后自动切换到写链接配置 2022-07-24 00:52:35 +08:00
xuejiaming 683aef8549 添加捐赠和部分使用代码 2022-07-24 00:26:21 +08:00
xuejiaming 9b1af63ada 对分片操作符注释进行修改和完善,针对定时分片时间的补偿,防止提前创建表导致重启后内存中可能不会存在分片信息 2022-07-21 09:24:00 +08:00
xuejiaming 14489a020c 完善demo,mysql多dbcontext下的使用 2022-07-20 22:15:05 +08:00
xuejiaming 09c64cc328 x.6.0.17 修复多IShardingRuntimeContext只有一个serviceprovider生效 2022-07-20 14:13:06 +08:00
xuejiaming 8729d346a2 修复多IShardingRuntimeContext只对应一个ServiceProvider的bug 2022-07-20 13:44:52 +08:00
xuejiaming c173645a28 1 2022-07-19 21:23:10 +08:00
xuejiaming e5e8f65dfc 添加abp.zero的demo抽象dbcontext 2022-07-19 21:22:24 +08:00
xuejiaming 5dcc700e5d IShardingRuntimeContext支持dbcontexttype区分 2022-07-19 20:53:33 +08:00
xuejiaming 57e9c685c6 修复没有delimitIdentity时候迁移的bug 2022-07-19 16:37:14 +08:00
xuejiaming 703bf84396 移除不需要的代码,优化表达式解析 2022-07-18 23:08:48 +08:00
xuejiaming 84326c2552 完成按需创建表的demo 2022-07-18 08:36:39 +08:00
xuejiaming 058dae0d87 修复bug 2022-07-13 12:27:27 +08:00
xuejmnet 26fe6d225c
Merge pull request #171 from dodu2014/x.6.x-动态分库
升级 x.6.x 动态分库 示例
2022-07-13 08:53:38 +08:00
tnt group f8570d8e56 升级 x.6.x 动态分库 示例 2022-07-13 08:47:19 +08:00