Commit Graph

683 Commits

Author SHA1 Message Date
xuejiaming 83145e8bfd 优化average [#138] 2022-04-29 11:07:32 +08:00
xuejiaming 062f823bbf 修复动态添加表后缀前后出现延迟的情况下出现的bug,发布x.4.2.12 2022-04-28 16:31:07 +08:00
xuejiaming 10702a38aa 发布x.4.2.11优化分片字段null 引用错误提示和开发最外部dbcontext的配置 2022-04-20 08:51:46 +08:00
xuejiaming 19aeb360fb 添加use shell dbcontext option builder单独配置,将innerdbcontextoptionbuilder改名成executordbcontextoptionbuilder 2022-04-20 08:47:54 +08:00
xuejiaming 3b256534c4 添加一些代码优化 2022-04-19 21:41:27 +08:00
xuejiaming fa9316a718 修复成员变量强转类型导致无法路由,并且发布x.4.2.10 2022-04-16 09:10:25 +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 e7474d1526 发布x.4.2.8 修复[#135] 2022-04-14 14:17:24 +08:00
xuejiaming 29de264787 修复文件中的注释错误部分 2022-04-11 08:44:05 +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 138ef9c137 修复long类型时间的定时分表bug 2022-04-01 15:58:12 +08:00
xuejiaming f01cf48003 修复定时任务在多张表的前提下进一张表会被创建 2022-04-01 12:40:15 +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 b3b43245f9 [#127] x.4.24 2022-03-07 21:31:58 +08:00
xuejiaming 2c7559e229 [#127]修复bug 2022-03-07 21:27:46 +08:00
xuejiaming d00df9669f 支持string.Compare和string.CompareTo方法对字符串的排序用于处理雪花id的字符串排序比较,并且发布x.4.2.3 2022-03-07 17:13:38 +08:00
xuejiaming 89b86c22d6 修复读写分离多项目下的IShardingReadWriteAccessor仅注册一个bug 2022-03-06 16:00:16 +08:00
xuejiaming 4901074848 发布x.4.2.1 2022-03-04 15:48:58 +08:00
xuejiaming 947d70f537 [#128 ]修复没有主键时的错误,[#127]修复查询排序属性未出现在select上的null错误提示.[#124]修复bug,[#125],[#121] 2022-03-04 15:35:30 +08:00
xuejmnet 60042f2597 优化解析 2022-03-02 22:22:35 +08:00
xuejmnet a51e263b4e 添加了部分代码,将重写parse和rewrite模块 2022-03-01 22:50:59 +08:00
xuejiaming b466ea6eea 发布x.4.1.10 2022-03-01 15:41:03 +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
xuejiaming b07af78224 发布x.4.1.8 2022-02-27 23:10:28 +08:00
xuejmnet 76e39953ca 添加解析引擎 2022-02-27 23:04:47 +08:00
xuejmnet 81418ebe6b mysql database大小写判断忽略 2022-02-27 23:00:25 +08:00
xuejmnet 9610673dee
Merge pull request #123 from Im-Kevin/main 2022-02-27 02:20:03 +08:00
Im-Kevin f9b4f5c38d
修复因为链接数据库名填写的是大写导致无法判断表格是否存在 2022-02-26 17:15:05 +00:00
xuejiaming 6281772eb1 修复按年的时间lessthan判断bug 2022-02-23 14:02:50 +08:00
xuejiaming d328fcfdfb 添加了很多日志 2022-02-22 09:10:50 +08:00
xuejmnet 776b221b3d 添加部分日志移除接口分片约束 2022-02-21 22:51:53 +08:00
xuejiaming 8ad08bc33f 添加keylong的其他时区的支持发布x.4.1.7 2022-02-18 22:56:55 +08:00
xuejiaming 13e3469a4f fix readme english description 2022-02-18 09:07:29 +08:00
xuejiaming 4936c79b90 readme english 2022-02-18 09:02:31 +08:00
xuejiaming 43bb9ea3dc 发布x.4.1.6 2022-02-17 08:03:20 +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 35508d5b1b 优化代码添加Partition分区扩展方法 2022-02-16 08:46:24 +08:00
xuejiaming f6a44e8169 修复非顺序排序也判断了顺序排序熔断器 2022-02-15 23:50:50 +08:00
xuejiaming 6d50d562eb 添加notsupport并且支持asroute方法,发布x.4.1.4 2022-02-14 16:42:18 +08:00
xuejiaming f672eb9446 添加存在外键时的创建表的bug 2022-02-14 13:54:46 +08:00
xuejiaming d0047ea21a 移除asroute和readonly和writeonly后续支持 2022-02-08 16:38:04 +08:00
xuejiaming aab1cab532 Revert "发布x.4.1.3支持IgnoreFilter"
This reverts commit 582d692dd1.
2022-02-08 15:36:53 +08:00
xuejiaming 85afd7ce5e Revert "修复bootstrapper的启动获取dbcontext,data source db context 的创建dbcontextoptionbuilder"
This reverts commit b702f338e6.
2022-02-08 15:35:44 +08:00
xuejmnet 65ddd8aae3 移除renovate机器人 2022-02-05 21:40:59 +08:00