2668 Commits

Author SHA1 Message Date
2881099
04a4b7c050 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2023-02-14 15:33:56 +08:00
2881099
780bdb711f v3.2.688-preview20230214 (情人节版本) 2023-02-14 15:33:48 +08:00
2881099
abb91181bd - 修复 BulkUpdate 触发 Aop.AuditValue Insert 类型的问题; 2023-02-14 15:30:04 +08:00
2881099
3fda79f2fa
Merge pull request #1417 from xuejmnet/master
优化当props属性过多时的判断
2023-02-10 14:43:35 +08:00
2881099
742cabce23
Merge pull request #1319 from jinghongbo/master
适配达梦最新驱动
2023-02-10 14:42:18 +08:00
xuejmnet
59ca312e95
优化当props属性过多时的判断
优化当props属性过多时且有过多的属性与prop属性类型一样的时候,只需要迭代到第二次即可判断出是否等于1,无需一直迭代到全属性遍历完
2023-02-10 08:55:41 +08:00
2881099
3cee28fd42 - 优化 IUpdate 组合更新方式; 2023-02-09 14:11:50 +08:00
2881099
910cd9dc9f v3.2.688-preview20230210 #1413 2023-02-08 19:38:04 +08:00
2881099
f8773469bc - 优化 Enum 位运算 MapType 解析;#1413 2023-02-08 19:35:19 +08:00
2881099
af44fdadb0 - 修复 Firebird CodeFirst 索引 DESC 问题;#1413 2023-02-08 18:12:52 +08:00
2881099
7a82d5f6ad v3.2.688-preview20230208 #1412 2023-02-08 12:00:37 +08:00
2881099
0c82e810c2 - 优化 SqlServer timestamp 行版本的支持;#1412 2023-02-08 11:47:33 +08:00
2881099
f96ca81f0f v3.2.688-preview20230208 #1413 2023-02-07 19:46:31 +08:00
2881099
8d8926d8e2 - 优化 Firebird 表达式树位运算的适配解析;#1413 2023-02-07 19:43:39 +08:00
2881099
b5c62ebb7c - 优化 Firebird CodeFirst 迁移代码; 2023-02-07 19:09:32 +08:00
2881099
19d37a1347 v3.2.688-preview20230207 2023-02-07 10:52:33 +08:00
2881099
7e39e1bb18 - 修复 Array.Any OR 表达式树解析 bug; 2023-02-07 10:49:52 +08:00
2881099
f68f7d8277 v3.2.687 (下架 v3.2.686) #1382 #1390 #1389 #1393 #1383 #1386 #1385 #1393 #1403 2023-01-24 11:15:00 +08:00
2881099
c6f0e4455f v3.2.687-preview20230119 pgsql15.0 Version 处理 2023-01-17 21:37:38 +08:00
2881099
cecb08b977 v3.2.687-preview20230118 #1403 2023-01-17 20:52:17 +08:00
2881099
6f52ec990b 参数化增加 ExpandoObject支持 #1403 2023-01-17 20:50:29 +08:00
2881099
53936377c3
Merge pull request #1403 from hyzx86/ExpandoObject
参数化增加 ExpandoObject支持
2023-01-17 20:40:23 +08:00
hyzx86
97ad7a34d8 参数化增加 ExpandoObject支持 2023-01-17 20:20:28 +08:00
2881099
66f522f58f v3.2.687-preview20230117 2023-01-17 17:25:41 +08:00
2881099
49cdfc4961 - 优化 pgsql CodeFirst Syncsture CREATE INDEX code; 2023-01-17 17:20:50 +08:00
2881099
2ca2c8a8a6 v3.2.686 #1382 #1390 #1389 #1393 #1383 #1386 #1385 #1393 2023-01-16 20:37:15 +08:00
2881099
595d2ae388 unittest code 2023-01-16 20:14:43 +08:00
2881099
33f11a2066 - 优化 IAdo.ConnectionString 使用 UseConnectionFactory 时值为 NULL 的问题; 2023-01-16 19:16:56 +08:00
jinghognbo
8fae7e350b 解决all_tab_cols无法查询data_precisionBUG 2023-01-11 10:20:59 +08:00
jinghognbo
3278065a04 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2023-01-11 10:16:15 +08:00
2881099
32e45dd925 update Donation 2023-01-10 16:43:31 +08:00
2881099
27990563ec - 增加 IAdo.ExecuteNonQuery 重载方法; 2023-01-09 12:04:05 +08:00
2881099
1d9cd1f59d - 优化 IUpdate 批量 case when 同值的 SQL 生成;#1393 2023-01-06 01:59:28 +08:00
2881099
050a00104a Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2023-01-05 16:56:59 +08:00
2881099
f647a1909d v3.2.686-preview20230105 #1393 #1390 #1389 #1385 #1386 2023-01-05 16:56:18 +08:00
2881099
3897da4f4f - 修复 pgsql OnConflictDoUpdate 临时主键问题;#1393 2023-01-05 16:53:25 +08:00
2881099
dde3decebc
Update bug-report.md 2023-01-05 15:48:34 +08:00
2881099
3f3dbcad74
Update bug-report.md 2023-01-05 15:44:22 +08:00
2881099
87bf9c0625
Update feature-request.md 2023-01-05 15:43:21 +08:00
jinghognbo
243eb4ae91 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2023-01-03 15:40:07 +08:00
jinghognbo
488188cccc 解决netcoreapp3.1引用问题 2023-01-03 15:39:30 +08:00
2881099
4cd57a0afa - 修复 HzyTuple 嵌套解析问题;#1390 2022-12-30 11:31:54 +08:00
2881099
0ea8cbad8e Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2022-12-29 17:28:46 +08:00
2881099
c8ecadff29 - 修复 AsType 之后的表达式解析;#1389 2022-12-29 17:28:19 +08:00
IGeekFan
f53863c982
Update docfx.yml 2022-12-29 17:21:13 +08:00
2881099
36f3db5525 - 修复 AsType 表达式解析问题;#1389 2022-12-29 16:51:19 +08:00
2881099
1613307f26 - 优化 JsonMap 对基础类型的无效判断;#1385 2022-12-29 16:23:21 +08:00
2881099
7a64f9d65f - 优化 ClickHouse like 为 positionCaseInsensitive #1386 2022-12-29 16:17:10 +08:00
jinghognbo
5210723caa Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2022-12-28 13:59:39 +08:00
2881099
f415ca7765 v3.2.686-preview20221226 #1383 2022-12-26 22:30:41 +08:00