Commit Graph

151 Commits

Author SHA1 Message Date
xuejiaming 318e51bbf0 移除表达式缓存Expression改成自定义RoutExpression 2022-06-01 09:12:27 +08:00
xuejiaming 4284b54c7d 尝试对select非nullable的值进行过滤 #136 2022-05-21 13:16:16 +08:00
xuejiaming f214578e60 添加路由说明 2022-05-20 13:03:09 +08:00
xuejiaming f6e669a442 添加!contains代码和优化表达式null判断 2022-05-19 09:38:32 +08:00
xuejiaming 58ee2a7ba3 [#146]完成指定读写分离读库,有助于读写分离用户的读库设置链接发布x.4.3.2 2022-05-11 09:49:50 +08:00
xuejiaming 062f823bbf 修复动态添加表后缀前后出现延迟的情况下出现的bug,发布x.4.2.12 2022-04-28 16:31:07 +08:00
xuejiaming 54bdf3ff07 模型提前加载提示错误 2022-04-15 16:35:38 +08:00
xuejiaming b4bf98662b 修改优化tablecreator为无锁模型创建,优化添加无缓存路由,并且发布x.4.2.9 2022-04-15 13:46:49 +08:00
xuejiaming 3a5e67c57a 添加dbcontext多构造参数支持[#133],发布x.4.2.7 2022-04-03 16:21:51 +08:00
xuejiaming 0a655416f5 增加savechange对AutoTransactionsEnabled的支持[#133] 2022-04-02 16:06:18 +08:00
xuejiaming ede5c34286 移除不能用的代码链接 2022-04-01 10:01:39 +08:00
xuejiaming 3689f89451 添加接口 2022-03-30 14:22:14 +08:00
xuejiaming 517ee61086 mysql table ensure manager添加null判断处理 2022-03-15 10:53:01 +08:00
xuejiaming 2c7559e229 [#127]修复bug 2022-03-07 21:27:46 +08:00
xuejiaming 947d70f537 [#128 ]修复没有主键时的错误,[#127]修复查询排序属性未出现在select上的null错误提示.[#124]修复bug,[#125],[#121] 2022-03-04 15:35:30 +08:00
xuejmnet a51e263b4e 添加了部分代码,将重写parse和rewrite模块 2022-03-01 22:50:59 +08:00
xuejiaming 5fb0e074fb [#127] 添加IEntityQueryConfiguration支持Enumerator的顺序配置 2022-03-01 15:39:09 +08:00
xuejiaming d289b2a849 [#127]添加enumerator的顺序查询,并且发布x.4.1.9 2022-03-01 13:36:36 +08:00
xuejmnet 81418ebe6b mysql database大小写判断忽略 2022-02-27 23:00:25 +08:00
xuejiaming d328fcfdfb 添加了很多日志 2022-02-22 09:10:50 +08:00
xuejmnet 776b221b3d 添加部分日志移除接口分片约束 2022-02-21 22:51:53 +08:00
xuejiaming ae373e21d6 [#120]支持linq方式顺序和非顺序查询 2022-02-16 23:44:48 +08:00
xuejiaming f72a5819dc 支持单表匿名对象排序匹配字段名称 2022-02-16 13:16:44 +08:00
xuejiaming 85afd7ce5e Revert "修复bootstrapper的启动获取dbcontext,data source db context 的创建dbcontextoptionbuilder"
This reverts commit b702f338e6.
2022-02-08 15:35:44 +08:00
Renovate Bot b412cb7864
Update dotnet monorepo 2022-02-03 12:51:56 +00:00
xuejmnet b702f338e6 修复bootstrapper的启动获取dbcontext,data source db context 的创建dbcontextoptionbuilder 2022-02-03 20:48:58 +08:00
xuejmnet f213dac38e [#93]完成特殊处理的优化方式 2022-02-02 22:32:49 +08:00
xuejmnet ed64badf90 添加notsupport的支持[#104] 2022-01-30 16:52:31 +08:00
xuejiaming 09ad633e4a 添加对ignoreQueryFilters的支持[#101] 2022-01-28 16:32:12 +08:00
xuejiaming 09c2dcee96 优化顺序查询,支持max和min也支持顺序查询 2022-01-27 16:13:28 +08:00
xuejiaming e53b7d4e59 优化代码并且支持Max和Min的断路 2022-01-27 15:08:22 +08:00
xuejiaming c05a2d8920 性能优化顺序分表下的非迭代器方法支持自定义顺序查询熔断 2022-01-25 17:41:43 +08:00
xuejiaming 489aae00a8 [#92]顺序分配箱查询优化[#96]优化性能 2022-01-24 23:51:00 +08:00
xuejiaming 1615492c4d 修改为新logo 2022-01-18 11:22:12 +08:00
xuejiaming 62453a4e7e 优化union all降级表名创建 2022-01-17 00:11:47 +08:00
xuejiaming 2337daa68c 优化部分代码,1表达式值获取[#96],union的支持[#95]和降级到union all的支持[#97],并且发布x.4.0.2版本 2022-01-17 00:04:50 +08:00
xuejiaming b8703c6421 完成多配置分片预览版功能 2022-01-06 21:30:05 +08:00
xuejiaming c1de855bb9 完成多配置sharding编译[#73] 2022-01-06 14:51:01 +08:00
xuejiaming 4fdb273ead x.3.2.7修复单路由多表的bug 2021-12-30 16:57:35 +08:00
xuejiaming e181348c65 优化了是否允许原生efcore查询的条件 2021-12-30 13:33:25 +08:00
xuejiaming 167c44be53 完成第一版本的多字段sharding [#82] 2021-12-24 15:23:55 +08:00
xuejiaming c03e679901 [#82]添加多字段辅助分库分片v1 2021-12-23 22:47:52 +08:00
xuejiaming 9e45d71964 优化多模型缓存bug和优化[#86] sqlserver备注生成bug 2021-12-22 17:04:38 +08:00
xuejiaming d6e5849837 优化大量代码架构支持针对不需要聚合的数据由原生efcore接管[#83] 2021-12-19 22:30:48 +08:00
xuejiaming 6a73e0a780 修复单个datasourcedbcontext引起的bug导致同tail会重复创建dbcontext 发布x.3.1.85修复 2021-12-17 00:56:39 +08:00
xuejiaming 772004465f 添加启动表确认管理者,可以有效的判断当前数据库是否存在对应的表信息 2021-12-12 13:40:32 +08:00
xuejiaming 62627e26cc 添加平行表关系保证相同表之间不会出现笛卡尔积[#74] 2021-12-09 15:46:18 +08:00
xuejiaming 646b01bcbb 移除useMemorySkip的参数系统采用自行处理并且发布x.3.1.71 2021-12-06 23:46:13 +08:00
xuejiaming 9eff3f47d5 完美集成connection mode并且优化connection mode 2021-12-06 14:19:54 +08:00
xuejiaming 9ec692ed75 迭代器查询也支持链接模式 2021-12-05 01:15:45 +08:00