Commit Graph
100 Commits
Author SHA1 Message Date
2881099 674d7421b3 v3.2.682 优化 KingbaseES 兼容 V8R3/V8R6;#931 #325 2022-10-17 09:39:04 +08:00
2881099 f96dcbafde v3.2.681 2022-10-12 15:34:34 +08:00
2881099 588320dbfb - 修复 3.2.665-3.2.680 子查询的特殊 bug; 2022-10-12 15:31:22 +08:00
2881099 3e5e84f83c - 增加 fsql.Ado.QuerySingle(() => new {}) 扩展方法实现无表查询 SELECT now(), utc_timestamp() 2022-10-10 19:20:35 +08:00
2881099 b5b820d272 - 优化 min pool size 与 max pool size 连接串设置; 2022-09-29 11:37:00 +08:00
2881099 a301fdd130 - 优化 导航属性未配置关系先 Where 后 InnerJoin 的问题; 2022-09-25 13:12:04 +08:00
2881099 173fbff620 v3.2.680 #1192 #1257 #1251 #1247 #1243 #1241 #1270 2022-09-25 09:09:34 +08:00
2881099 bc98f167e9 - 修复 3.2.670 中 UseNameConvert 无效;#1270 2022-09-25 09:07:49 +08:00
2881099 9f80879d68 v3.2.670 #1192 #1257 #1251 #1247 #1243 #1241 2022-09-25 00:19:44 +08:00
2881099 e91f1157d8 - 优化 WithTempQuery 多对象选择同别名问题;#1192 2022-09-25 00:16:15 +08:00
2881099 93ea581281 - 修复 GlobalFilter.ApplyIf + Repository.DataFilter.DisableAll 可能不生效的问题; 2022-09-21 23:22:46 +08:00
2881099 550af76979 v3.2.670-preview22020921 #1257 2022-09-21 14:28:27 +08:00
2881099 4f66451c20 - 修复 UpdateDict 不支持 SET NULL 的更新;#1257 2022-09-21 14:27:03 +08:00
2881099 ed3b48c833 v3.2.670-preview22020920 #1251 2022-09-20 12:26:30 +08:00
2881099 f8f31df120 - 优化 ServerTime 与 IUpdate.Set 指定更新的问题;#1251 2022-09-20 12:23:51 +08:00
2881099 0e6945cf76 - 优化 UseMappingPriority 与实体元数据逻辑;#1247 2022-09-19 13:12:54 +08:00
2881099 903a309c92 update demo 2022-09-18 22:22:26 +08:00
2881099 b0b7cb204c - 增加 Clickhouse Sample 采样子句; 2022-09-18 21:12:11 +08:00
2881099 9b264aa163 - 增加 ClickHouse LimitBy 查询; 2022-09-18 21:00:51 +08:00
2881099 1a4740ed80 v3.2.670-preview22020918 #1247 2022-09-18 17:59:39 +08:00
2881099 ef371af480 - 优化 Aop.ConfigEntity 使用 ModifyResult 访问最新的设置;#1247 2022-09-18 17:56:55 +08:00
2881099 832f8a21a6 v3.2.670-preview22020917 2022-09-16 16:17:00 +08:00
2881099 0f5116d0d6 - 优化 表达式树解析为 NULL 的提示; 2022-09-16 16:13:49 +08:00
2881099 c6e7b55149 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2022-09-16 11:58:09 +08:00
2881099 3c0f7a4584 v3.2.670-preview22020916 #1241 2022-09-16 11:55:13 +08:00
2881099 a043d85bb8 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2022-09-11 15:59:59 +08:00
2881099 cbbc47ea66 - 优化 DbSet/Repository 防止 Aop.AuditValue 触发两次; 2022-09-11 15:58:59 +08:00
2881099 3e6528a73b v3.2.670-preview22020909 2022-09-09 01:43:15 +08:00
2881099 b7e96620a7 - 增加 所有国产数据库支持 CustomMySql、CustomPostgreSQL、CustomOracle、CustomSqlServer 自定义适配; 2022-09-09 01:38:24 +08:00
2881099 3ec8e2118d - 修复 AggregateRoot 自动 Attach 问题; 2022-09-08 22:09:16 +08:00
2881099 73d8edbd52 - 修复 WithTempQuery + Column + GroupBy + Key 指定列名的问题; 2022-09-07 20:33:29 +08:00
2881099 29846764a6 update code 2022-09-07 19:42:24 +08:00
2881099 ab5b99fbb8 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2022-09-07 19:41:54 +08:00
2881099 c276a3087f v3.2.669 2022-09-07 19:41:45 +08:00
2881099 0095130ccf - 修复 WithTempQuery + Column(Name 别名问题; 2022-09-07 19:30:55 +08:00
2881099 d3ff88b0b4 - 优化 CheckAvailable retry 重试一次; 2022-09-06 20:49:35 +08:00
2881099 2f790cce90 v3.2.668 #1237 2022-09-06 17:09:15 +08:00
2881099 090abfd36a v3.2.667 #1237 2022-09-06 17:00:31 +08:00
2881099 9eab104259 - 修复 WithTempQuery + FromQuery + 子查询的 bug; 2022-09-05 20:03:39 +08:00
2881099 f601d9b9e0 AggregateRootRepository Boundary 2022-09-05 13:08:22 +08:00
2881099 9db121d531 AggregateRootRepository Boundary 2022-09-04 23:06:44 +08:00
2881099 5d12e1c436 AggregateRootRepository 2022-09-04 12:45:38 +08:00
2881099 4b0b0da643 AggregateRootRepository 2022-09-04 10:50:01 +08:00
2881099 115232277b AggregateRootRepository 2022-09-04 09:55:52 +08:00
2881099 0f41b70e7e AggregateRootRepository 2022-09-03 22:06:06 +08:00
2881099 5bbbeb16c2 AggregateRootRepository 2022-09-03 21:02:21 +08:00
2881099 d5024068a1 AggregateRootRepository 2022-09-03 20:23:54 +08:00
2881099 a590b8aa7b AggregateRootRepository 2022-09-03 17:59:57 +08:00
2881099 319467dcc4 AggregateRootRepository 2022-09-03 16:35:08 +08:00
2881099 9180375a2b AggregateRootRepository 2022-09-03 16:27:14 +08:00
2881099 074dd7f13d - 优化 内部代码 GeTableRef 2022-09-03 13:13:17 +08:00
2881099 6703af3185 AggregateRootRepository 2022-09-03 11:53:01 +08:00
2881099 abfb8232c8 AggregateRootRepository 2022-09-02 23:41:04 +08:00
2881099 32777b7543 AggregateRootRepository 2022-09-02 19:48:26 +08:00
2881099 c6016a671b - 优化 JsonMap + AuditValue 情况; 2022-09-02 18:18:52 +08:00
2881099 8162e21ce5 AggregateRootRepository 2022-09-02 17:08:36 +08:00
2881099 ab9db8270d AggregateRootRepository 2022-09-02 16:14:48 +08:00
2881099 df18373ee5 AggregateRootRepository 2022-09-02 15:11:06 +08:00
2881099 2b8ec5c570 AggregateRootRepository 2022-09-02 14:19:48 +08:00
2881099 ca2df947e8 AggregateRootRepository 2022-09-02 00:58:47 +08:00
2881099 a2b8b1c324 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2022-09-01 00:25:22 +08:00
2881099 e7310d0883 update 2022-09-01 00:25:20 +08:00
2881099 00ab65f74f - 修复 RereadSql 嵌套查询无别名的问题; 2022-08-31 18:11:26 +08:00
2881099 89943c8c96 v3.2.666 #1192 #1215 #1214 #1209 #1208 #1205 #1201 #1180 #1106 #1104 #1094 #668 #653 #478 #432 #213 #138 2022-08-30 18:38:19 +08:00
2881099 6a24dc11d3 v3.2.666-preview20220829 2022-08-29 19:31:05 +08:00
2881099 cf028c9838 - 修复 Clickhouse 参数化特殊字符 / 处理; 2022-08-29 19:28:42 +08:00
2881099 cc5feb58d1 - 优化 Select<object>().AsType(..) Dto 映射查询; 2022-08-29 16:33:26 +08:00
2881099 d99e72abd6 v3.2.666-preview20220828 #1106 #1104 #668 #478 #432 #213 #138 2022-08-26 18:29:14 +08:00
2881099 2fc9d39131 v3.2.666-preview20220827 #1106 #1104 #668 #478 #432 #213 #138 2022-08-26 18:05:39 +08:00
2881099 4b9c4e724d - 增加 UnionALL 联合查询;#1106 #1104 #668 #478 #432 #213 #138 2022-08-26 18:01:58 +08:00
2881099 d154a463a5 - 修复 CodeFirst IsPrimary NOT NULL 生成,sqlite 可以插入 NULL 到主键; 2022-08-26 15:38:34 +08:00
2881099 aa35f92a13 - 修复 KingbaseES bool -> Boolean 参数类型; 2022-08-25 20:45:39 +08:00
2881099 53d7c6487d v3.2.666-preview20220826 2022-08-23 17:24:58 +08:00
2881099 91d6864388 - 优化 IncludeByPropertyName + AsType; 2022-08-23 17:17:37 +08:00
2881099 d5ab7d0d39 v3.2.666-preview20220825 2022-08-23 04:21:23 +08:00
2881099 cd35f476ef Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2022-08-23 04:15:33 +08:00
2881099 3193aa79d5 v3.2.666-preview20220824 2022-08-23 04:13:49 +08:00
2881099 25b98f2fe9 - 增加 FreeSql.Provider.OracleOledb 解决US7ASCII 中文乱码问题; 2022-08-23 01:28:47 +08:00
2881099 4d91d87660 update demo 2022-08-20 00:55:44 +08:00
2881099 3339d96117 update demo 2022-08-19 20:42:33 +08:00
2881099 c51cffc2c2 - 优化 Lambda bool 解析;#1219 2022-08-19 16:50:27 +08:00
2881099 c11718be85 v3.2.666-preview20220823 2022-08-17 19:59:16 +08:00
2881099 e12f6e04a2 - 增加 IInsertOrUpdate.SetSource(sql) 重载方法; 2022-08-17 19:49:54 +08:00
2881099 4829df9573 - 增加 AuditValue ObjectAuditBreak 实现对象只触发一次审计事件; 2022-08-17 17:01:38 +08:00
2881099 c43a90787c - 修复 ToSql AsProperty 大小别名问题; 2022-08-17 15:15:17 +08:00
2881099 3a58084afc v3.2.666-preview20220822 #1215 2022-08-16 11:08:23 +08:00
2881099 cf610b2256 - 修复 FromQuery ToList 读取失败的 bug;#1215 2022-08-16 11:03:22 +08:00
2881099 f7e3f5e61e v3.2.666-preview20220821 #1215 2022-08-15 18:44:38 +08:00
2881099 e6ba6feff1 - 修复 子查询内使用嵌套查询 bug;#1215 2022-08-15 18:29:32 +08:00
2881099 cad0d30f51 v3.2.666-preview20220820 #1215 2022-08-15 16:01:42 +08:00
2881099 e68806a3b2 - 修复 子查询内使用嵌套查询的 bug; 2022-08-15 15:59:00 +08:00
2881099 e5b10704cc - 优化 子查询的多表使用体验; 2022-08-15 13:55:00 +08:00
2881099 45bbe5f059 v3.2.666-preview20220819 #1215 2022-08-14 00:50:14 +08:00
2881099 f49c5f2827 - 修复 子查询使用基类+AsType 可能产生的 bug;#1215 2022-08-14 00:04:35 +08:00
2881099 064cb82cf0 v3.2.666-preview20220818 2022-08-13 11:00:23 +08:00
2881099 ec6d1ffb37 - 修复 ClickHouse 单条记录插入\t \n失败的 bug; 2022-08-13 10:51:57 +08:00
2881099 b7c6db4f7a v3.2.666-preview20220817 2022-08-12 20:25:09 +08:00
2881099 25621697d4 - 修复 FromQuery + WithTempQuery bug 和单元测试; 2022-08-12 20:22:10 +08:00
2881099 28f65d2871 v3.2.666-preview20220816 #1214 2022-08-12 12:15:05 +08:00
2881099 2450324f28 - 增加 IncludeByPropertyName 重载 then 参数;#1214 2022-08-12 12:07:17 +08:00