Commit Graph

736 Commits

Author SHA1 Message Date
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
xuejiaming a04ca15169 优化添加脚本分片的支持并且发布x.6.0.34 2022-09-21 22:09:07 +08:00
xuejiaming 071a9c9971 移除mysql的多余dbcontext 2022-09-21 21:56:59 +08:00
xuejiaming bbf88d97f5 添加efcore6 分片脚本 2022-09-21 21:48:17 +08:00
xuejiaming 19aee26e85 添加oracle的code-first下的bug [#188] 2022-09-21 15:06:32 +08:00
xuejiaming 7326656ff4 新增efcore6的额外lib添加了许多非efcore对应版本的编译错误提示 2022-09-21 08:59:09 +08:00
xuejiaming a4f70cea61 修改demo移除不需要的代码 2022-09-19 10:42:10 +08:00
xuejiaming 716508cbdf 修改readme文件 2022-09-14 20:45:46 +08:00
xuejiaming 7f1edb4dd8 发布x..6.0.33 2022-09-14 16:56:52 +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 9b788bd77b 修复method call expression 的bug 2022-09-14 12:30:10 +08:00
xuejiaming 38b53e883a 修复queryable内嵌method call expression的时候dbcontext没有被替换,发布x.6.0.32 2022-09-14 11:32:40 +08:00
xuejiaming 265bfd535e 修复bug 2022-09-02 08:46:59 +08:00
xuejmnet 72240d7d8d
Merge pull request #186 from NugetNinja/users/nugetninja/evergreen
Auto dependencies upgrade by bot.
2022-09-02 08:43:13 +08:00
xuejmnet 63fe513d6b
Update Samples.AbpSharding.csproj 2022-09-02 08:42:44 +08:00
xuejmnet f6d0818322
Update ShardingCore.2x.csproj 2022-09-02 08:41:46 +08:00
xuejmnet d5c8d8eb3d
Update ShardingCore.3x.csproj 2022-09-02 08:41:21 +08:00
xuejmnet 4e5a05cef1
Update ShardingCore.5x.csproj 2022-09-02 08:40:52 +08:00
xuejmnet 19b717d1cb
Update ShardingCore.Test2x.csproj 2022-09-02 08:40:18 +08:00
xuejmnet 0b837e25b3
Update ShardingCore.Test3x.csproj 2022-09-02 08:40:01 +08:00
xuejmnet cdebd9aece
Update ShardingCore.Test5x.csproj 2022-09-02 08:39:34 +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