346 Commits

Author SHA1 Message Date
2881099
d6823b6a21 - 优化 Sqlite 默认使用 AdoPool; 2023-08-27 20:52:04 +08:00
2881099
dfb99d1822 - 优化 MySql/Sqlite InsertOrUpdate + IfExistsDoNothing 简化 SQL insert ignore into;#1601 2023-08-24 23:56:28 +08:00
2881099
dd1f64a772 - 修复 MySql + InsertOrUpdateDict + IfExistsDoNothing 错误;#1601 2023-08-24 11:20:19 +08:00
2881099
7e9fc55bc0 - 修复 BaseEntity 子查询 .Where 问题;#1586 2023-08-10 15:31:43 +08:00
2881099
a73a6ab221 - 优化 GetPropertiesDictIgnoreCase 不返回没有 get 的属性; 2023-07-26 20:27:52 +08:00
2881099
f799191ac0 - 优化 WithTempQuery + SqlServer 未指定 OrderBy 的分页; 2023-07-21 14:39:34 +08:00
2881099
d54cabd270 update readme 2023-07-11 19:51:30 +08:00
2881099
206fa50b90 v3.2.698 #1529 #1524 #1343 #1283 #755 #1532 #1545 #1549 #1071 #1252 #806 #1422 #1553 #1554 #1562 2023-07-06 13:15:32 +08:00
2881099
70036d4235 - 修复 达梦某情况连接串解析 user id 问题; 2023-07-06 10:34:41 +08:00
2881099
4da56f4435 - 优化 uow + ISelect.ToUpdate 事务传播;#1562 2023-07-01 16:41:48 +08:00
2881099
25ce6b424d - 修复 未发布的代码 bug; 2023-07-01 03:16:32 +08:00
2881099
7964785243 - 增加 pgsql 索引 B_Tree, Hash, GiST, GIN, SP_GiST, BRIN; 2023-06-29 15:42:27 +08:00
2881099
2a3db8a2c2 - 修复 Enum.ToString() 即使 MapType=int 也应解析成 string;#1252 #806 2023-06-28 17:44:13 +08:00
2881099
b164a08747 - 修复 pgsql Geo 函数自定义解析深度问题;#1422 2023-06-28 16:44:49 +08:00
2881099
ac9c986914 - 优化 QuestDB 类型映射,表达式函数解析,新增 QuestFunc 函数解析; 2023-06-28 16:09:19 +08:00
2881099
17206e8ac9 - 修复 PgCopy 处理 jsonb 类型的问题;#1532 2023-06-15 19:34:56 +08:00
2881099
d1be9ec629 update CustomDataType case 2023-06-13 13:18:15 +08:00
2881099
a7233c1926 - 增加 FreeSqlBuilder UseAdoConnectionPool 更换连接池方案;#1524 #1343 #1283 #755 2023-06-08 18:35:49 +08:00
2881099
6ab7766d74 - 修复 3.2.696 自动分表 bug;#1527 e79860164d5d12e4f7df747f0e29503dff301cb7 2023-06-06 11:24:18 +08:00
2881099
36c8a45e47 - 增加 IInsertOrUpdate.UpdateSet 指定更新; 2023-05-30 18:21:57 +08:00
2881099
a76f7907f9 v3.2.696 #1510 #1515 #1519 #1427 #1521 #1393 2023-05-30 09:42:35 +08:00
2881099
e79860164d - 修复 自动分表 IUpdate/IDelete AsTable 不生效的问题; 2023-05-18 11:27:23 +08:00
2881099
1d41088aff - 修复 Oracle 插入 LONG RAW 类型的问题; 2023-05-17 15:38:53 +08:00
2881099
02bd60be0a v3.2.696-preview20230510 #1510 2023-05-10 02:00:43 +08:00
2881099
8ab7e76f14 v3.2.694 #1497 #1487 #1481 #1483 #1477 #1502 #1501 2023-05-04 22:37:03 +08:00
2881099
486a05a3f7 - 增加 IInsert IgnoreInsertValueSql 方法临时忽略 InsertValueSql 设置; 2023-03-30 15:15:26 +08:00
2881099
1e23938e4e - 修复 SqlServer 自增 BulkUpdate bug;#1476 2023-03-29 19:07:19 +08:00
2881099
5659e527ed - 增加 TableInfo.SetAsTable 自动分表的设置; 2023-03-29 13:10:44 +08:00
2881099
0de393169d - 优化 .Select<object>().WithSql(sql).ToList<T>() 体验; 2023-03-29 09:57:07 +08:00
2881099
ad83e0c26a - 优化 .Select<object>().WithSql().ToList() 体验;#466 2023-03-28 20:07:04 +08:00
2881099
be043e322f - 增加 IInsertOrUpdate 高性能方法 ExecuteMySqlBulkCopy; 2023-03-25 15:45:24 +08:00
2881099
42b9d7b8fd - 增加 IInsertOrUpdate 高性能方法 ExecutePgCopy; 2023-03-25 15:09:58 +08:00
2881099
09f3f1a20c - 增加 IInsertOrUpdate 高性能方法 ExecuteOracleBulkCopy/ExecuteDmBulkCopy; 2023-03-25 14:50:13 +08:00
2881099
32ea064c4b - 添加 InsertOrUpdate 高性能方法 ExecuteSqlBulkCopy; 2023-03-24 22:34:32 +08:00
2881099
b2f484dbc4 - 优化 UpdateJoin .Set 固定值解析; 2023-03-24 16:15:25 +08:00
2881099
3919180b0b - 修复 UpdateJoin null 错误; 2023-03-24 15:10:48 +08:00
2881099
c83baec65e - 修复 表达式树解析 string.Concat 多于3个时的 bug; 2023-03-24 12:44:54 +08:00
2881099
357e52a59f - 修复 InsertDict SqlServer 下的问题; 2023-03-15 21:09:59 +08:00
2881099
09664cb3ad - 修复 InsertOrUpdateDict Oracle byte[] 长度判断问题;#1462 2023-03-15 20:34:44 +08:00
2881099
9a15a9781e v3.2.692-preview20230314 - 修复 Oracle Merge Into byte[] 参数化判断 bug;#1459 2023-03-14 21:54:07 +08:00
2881099
a6c1981bd6 - 增加 IUpdate.Join 联表更新功能; 2023-03-10 20:42:32 +08:00
2881099
8e19cf23a2 update demo 2023-03-09 19:44:54 +08:00
2881099
5c5116c650 v3.2.691-preview20230302 2023-03-02 20:03:17 +08:00
2881099
a7c3783e8a - 优化 WithTempQuery + ToList 使用子查询; 2023-03-02 19:48:34 +08:00
2881099
df3073819d - 增加 ISelectGrouping First 方法; 2023-03-02 19:14:09 +08:00
2881099
4a4751708a - 增加 实体备注从 Description/Display/DisplayName 等特性兼容读取; 2023-03-02 18:25:40 +08:00
2881099
dc4d70b325 - 修复 3.2.689 WithTempQuery DTO 映射查询问题;#1441 #1436 #1434 #1433 #1431 #1429 #1427 #1425 #1417 #1413 #1412 #1319 2023-03-02 16:37:22 +08:00
2881099
533a472adb - 优化 AsTable 自动分表,提供超始小时的设置; 2023-03-01 16:18:23 +08:00
2881099
e4d343937e - 优化 AsTable 自动分表,提供超始小时的设置; 2023-03-01 15:44:04 +08:00
2881099
679cf7efca - 优化 支持动态操作 .IncludeByPropertyName 之后的 then.WhereDynamicFilter 操作; 2023-02-24 21:33:27 +08:00