Commit Graph

86 Commits

Author SHA1 Message Date
xuejiaming 028d3b08cb 优化多线程下的数据解析查询 2021-12-01 15:52:42 +08:00
xuejiaming be9476e591 优化读写分离支持权重添加,优化sum和average的装箱拆箱 2021-11-30 16:11:06 +08:00
xuejiaming 674772b2aa 优化sum和average的代码并且修复average的计算类型不一致bug 2021-11-29 17:36:41 +08:00
xuejiaming ada3b5f124 [#72]修复自动建表bug,并且添加单元测试发布x.3.1.55 2021-11-29 08:38:33 +08:00
xuejiaming 647c1d4678 [#72]修复未分表dbcontext置顶循环,并且优化NoShardingFirstComparer和修复一个bug,并且发布x.3.1.54 2021-11-29 07:57:20 +08:00
xuejiaming cb7ae4c714 修复[#72]问题将未分表dbcontext提交在前 2021-11-28 22:26:32 +08:00
xuejmnet 7d90f65f41 迁移单元测试 2021-11-27 21:41:45 +08:00
xuejiaming e7d59f98c2 添加单元测试 2021-11-27 21:27:30 +08:00
xuejiaming 508e930e01 单元测试提高到71% 2021-11-27 09:51:46 +08:00
xuejiaming 788ef79634 单元测试近70% 2021-11-26 23:32:01 +08:00
xuejiaming 9e287be7e3 添加了很多单元测试 2021-11-26 23:11:09 +08:00
xuejiaming db1109b596 优化单元测试和all方法的错误还有修复group by下的average bug,并且发布x.3.1.51 2021-11-26 14:55:59 +08:00
xuejiaming f4b247ed9a 添加了很多备注 2021-11-25 14:00:01 +08:00
xuejiaming 50ae6906ab 修复读写分离bug,发布x.3.1.50 2021-11-24 16:51:51 +08:00
xuejiaming 993bfecb5d 针对时间分表的StarJob替换成AutoCreateTableByTime并且默认强制重写,发布x.3.1.49 2021-11-24 08:12:03 +08:00
xuejiaming a03ba59a77 优化代码和单元测试总测试覆盖率67%,55% 2021-11-23 13:53:33 +08:00
xuejiaming 545ab85a34 修复first last single和对应的default版本和efcore表现一致 2021-11-22 23:56:39 +08:00
xuejiaming b258c7171b 最新版本修复了min、max在某些非null情况下的异常返回和avg函数的不正确计算的bug发布x.3.1.45 2021-11-22 23:21:40 +08:00
xuejiaming 0fb4ba0b10 优化顺序分页和单元测试覆盖率的提高 2021-11-22 15:09:19 +08:00
xuejiaming 1950a5c0ec 修复efcore6下相同tail不自动建表 2021-11-21 12:19:07 +08:00
xuejiaming f65e2a7ae3 修复手动路由下2个以上的tail只生效一个并且发布x.3.1.41 2021-11-20 22:34:38 +08:00
xuejiaming 38ee1a7c18 1 2021-11-19 23:10:01 +08:00
xuejiaming 9292fc330a 优化了部分代码 2021-11-18 13:29:58 +08:00
xuejiaming efa9476651 修复guid在csharp处的排序异常问题 2021-11-12 14:31:45 +08:00
xuejiaming 7be87935fa [#22] 支持ef-core6.0,发布x.3.1.31 2021-11-09 14:13:00 +08:00
xuejiaming 3769fe0d6c 仅初步集成了efcore6 2021-11-09 10:51:18 +08:00
xuejiaming da640d352e 修复bug,分表下会多次初始化,启动建表会创建虚拟表,定时任务无法创建分库下的表,发布x.3.1.18修复bug 2021-11-01 19:02:18 +08:00
xuejiaming c1e1042e1a [#47]支持配置创建分表分库无需通过接口 2021-10-29 10:44:48 +08:00
xuejiaming 145ca77c78 修复linq解析方法获取值,并且发布版x.3.1.12 2021-10-26 23:12:18 +08:00
xuejiaming 96c2833a49 发布.3.1.11并且修复find未能正确路由到dbcontext的bug 2021-10-26 15:06:20 +08:00
xuejiaming 6539e1e74a fixed transaction bug published x.3.1.06 2021-10-20 11:08:44 +08:00
xuejiaming 2783b7c7a8 添加完美的dbcontext事务使用和优化dbcontext的管理添加datasourcedbcontext
并且发布x.3.1.5
2021-10-19 17:08:36 +08:00
xuejiaming eba1eedee4 修改配置精简,发布x.3.1.1 2021-10-15 17:18:23 +08:00
xuejiaming 413b46978d 修改dbcontext使用无泛型结构 2021-10-11 20:58:55 +08:00
xuejiaming 8e315ddcd2 完善readme和启动配置接口名称 2021-09-23 10:17:25 +08:00
xuejiaming ce30a09fb6 完成分库版本支持分页配置 2021-09-22 17:29:59 +08:00
xuejiaming 26f177aebb efcore2x 也已经全面支持分库 后续开发针对分库的route和完成对应的readme 2021-09-21 11:33:41 +08:00
xuejiaming 18cdbfea0e 完成了分表的支持除了批量处理 #10 2021-09-20 22:26:48 +08:00
xuejiaming 1c1d6cf965 创建移除efcore2的分表基本 2021-09-17 13:16:52 +08:00
xuejiaming 8f665394ff recover efcore2.x[#13] 2021-09-17 11:33:04 +08:00
xuejiaming 51bcfb7bb5 移除EFCore2相关代码 2021-09-15 22:07:58 +08:00
xuejiaming ee0f6c1781 1 2021-09-06 09:05:04 +08:00
xuejmnet c8e020f51f 优化强制路由,添加断言路由,添加提示路由 2021-08-25 20:58:19 +08:00
xuejiaming 27c97a0e51 调整项目架构 2021-08-25 19:02:44 +08:00
xuejiaming 229d5c1d3d 1 2021-08-25 13:05:45 +08:00
xuejiaming a15a4f61af 添加是否启用提示路由 2021-08-24 10:44:53 +08:00
xuejiaming fdbeef0343 support route must 2021-08-24 10:05:47 +08:00
xuejmnet 635b509811 mysql sample 2021-08-23 19:30:52 +08:00
xuejmnet 6af0fd8896 test mysql unit test and support single node read single node write 2021-08-22 18:21:39 +08:00
xuejiaming 3d0f1b12a0 完成单元测试等操作 2021-08-22 17:54:31 +08:00