Commit Graph

909 Commits

Author SHA1 Message Date
xuejiaming 89551d77dd 修复事务 2022-10-24 22:25:54 +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 c94add19ed 发布6.7.0.8 2022-10-20 13:23:09 +08:00
xuejiaming 0f06a7a2b2 Merge branch 'main' of github.com:dotnetcore/sharding-core 2022-10-20 13:20:34 +08:00
xuejiaming 25a8c2ed02 针对迁移分表tails为空的情况判断[#195] 2022-10-20 13:20:13 +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 441f0dbca3 [#209] 2022-10-19 22:31:09 +08:00
xuejiaming e6d9864c94 发布6.7.0.7 2022-10-19 12:41:38 +08:00
xuejiaming 4a050cf26a 添加dbcontextbuildercreator的接口依赖支持替换,支持添加executordbcontext的applicationserivceprovider的注入 2022-10-19 12:35:38 +08:00
xuejiaming f09306530b [#204] 2022-10-18 10:51:22 +08:00
xuejiaming 61f76b7b19 修复Migrate在同步上下文中block的bug 2022-10-18 09:02:54 +08:00
xuejiaming 44a6765139 发布6.7.0.5 2022-10-14 23:28:47 +08:00
xuejiaming 4e5cd487a0 Merge branch 'main' of github.com:dotnetcore/sharding-core 2022-10-14 23:26:39 +08:00
xuejiaming ffb6d3ee20 修复同步线程上下文导致deadlock的bug 2022-10-14 23:26:20 +08:00
xuejmnet e6b3632b8e
Merge pull request #201 from dodu2014/dev-fix
fix: 修复分库中数据路由Configure配置错误
2022-10-14 15:27:04 +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 860e6dd4cb Merge remote-tracking branch 'origin/main' 2022-10-09 16:40:11 +08:00
xuejiaming 72c625426c 添加针对分片键的ValueGenerated的属性判断只允许Never [#196] 2022-10-09 16:39:54 +08:00
xuejiaming 41571e89b7 添加针对分片键的ValueGenerated的属性判断只允许Never 2022-10-09 16:39:24 +08:00
xuejiaming f1e2d1c5bd 修改readme 2022-10-09 14:51:22 +08:00
xuejiaming bbc15515be 修改readme说明 2022-09-30 15:32:06 +08:00
xuejiaming 8a7e2afc44 [#194] 发布6.7.0.2 2022-09-29 11:32:35 +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 6e4afa7484 发布6.7.0.1 2022-09-29 09:13:55 +08:00
xuejiaming c2f14e3a76 添加对.netstandard2.0和.netstandard2.1的支持 2022-09-29 09:06:30 +08:00
xuejiaming 16046d357b 发布6.7.0.0将efcore版本与.net版本绑定 2022-09-29 08:20:46 +08:00
xuejiaming f116bf79b9 Merge remote-tracking branch 'origin/main' 2022-09-28 21:52:01 +08:00
xuejiaming 244bf061d2 添加dbcontext类型发现接口用来判断如果存在分表路由那么必须是分表数据库上下文[#182],将多个接口合并到IShardingDbContext接口上,并且默认的ShellDbContext接口支持track的直接调用 2022-09-28 21:51:07 +08:00
xuejiaming 05ce4b06ba 添加dbcontext类型发现接口用来判断如果存在分表路由那么必须是分表数据库上下文,将多个接口合并到IShardingDbContext接口上,并且默认的ShellDbContext接口支持track的直接调用 2022-09-28 21:50:06 +08:00
xuejmnet c528a4a83c
Merge pull request #192 from maikebing/main
实现 PostgreSQL、Sqlite、以及 根据 DbConnection的类型自动猜测TableEnsureManager
2022-09-28 17:03:29 +08:00
MysticBoy 7571fe8967 Merge branch 'main' of https://github.com/maikebing/sharding-core 2022-09-28 17:01:14 +08:00
MysticBoy 016e7d81e7 加入 MySql.Data.MySqlClient.MySqlConnection 2022-09-28 17:01:02 +08:00
MysticBoy 6c22a23b5b
Merge branch 'dotnetcore:main' into main 2022-09-28 16:50:57 +08:00
MysticBoy c2354bf715 加入根据 DbConnection的类型自动猜测TableEnsureManager 2022-09-28 16:50:21 +08:00
MysticBoy d3f346f433 实现 PostgreSQL和 Sqlite 表是否存在的判断 接口 2022-09-28 16:49:57 +08:00
xuejiaming a331af6533 完成单元测试各个版本之间的处理 2022-09-28 14:27:50 +08:00
xuejiaming b436cf7242 修复优化代码 2022-09-28 13:43:04 +08:00
xuejmnet f975f6459d
Merge pull request #191 from maikebing/main
让项目支持多个框架 ,EFCORE编译条件使用.Net 内置定义来区分。
2022-09-28 13:36:03 +08:00
MysticBoy dadeb5086f 删除抛弃的项目文件 2022-09-28 13:28:28 +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 1342d13eb3 修复group by时候的value null的bug 发布x.6.0.36 2022-09-22 14:52:34 +08:00
xuejiaming f58fb88c10 发布x.6.0.35 2022-09-22 13:10:22 +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