28810
|
b93f96321f
|
- 同步 Odbc/Custom SqlServer DbFirst 代码;#2090
|
2025-08-08 12:06:15 +08:00 |
|
28810
|
76e719cd1f
|
- 修复 SqlServer DbFirst 大小写判断问题;
|
2025-08-06 10:28:19 +08:00 |
|
28810
|
8fc418150d
|
- 修复 System.MemoryExtensions.Contains 解析问题;#1993
|
2025-07-16 09:51:41 +08:00 |
|
2881099
|
ac1127ad60
|
- 修复 Lambda .Contains 通配符解析为非 Like 问题;
|
2025-05-29 20:49:05 +08:00 |
|
2881099
|
8627f6277b
|
- 增加 ZeroDbContext.LoadTableDescriptor 方法从数据库中加载描述对象;
|
2025-04-18 14:02:48 +08:00 |
|
2881099
|
657caedb54
|
- 修复 CodeFirst 修改表名时重建索引的问题;
|
2024-12-26 12:01:53 +08:00 |
|
2881099
|
67ac72cd08
|
- 优化 非 join 的多表查询的 SQL 格式;
|
2024-12-20 17:23:24 +08:00 |
|
2881099
|
b5b67f1dcf
|
- 忧化 DateTime.Subtract(date).TotalDays 表达式解析对应 datediff(day, date1, date2);
|
2024-12-19 17:00:55 +08:00 |
|
2881099
|
01b9ae0076
|
- 调整 resources 转换成 static class 静态类;#1917
|
2024-11-08 14:35:10 +08:00 |
|
2881099
|
50919bbbf6
|
- 优化 DateTime.Subtract 统一得到秒差值;
|
2024-11-01 22:16:54 +08:00 |
|
2881099
|
2334fe2450
|
- 修复 DateOnly/TimeOnly 映射问题;#1868 #1855 #1763 #939 #991
|
2024-08-21 02:55:16 +08:00 |
|
2881099
|
040f9bdabe
|
- 优化 LIKE 表达式解析 #1870; - 移除 OdbcDameng/OdbcKingbaseES;
|
2024-08-09 20:35:06 +08:00 |
|
2881099
|
ffc6831bbd
|
- continue
|
2024-08-08 20:42:56 +08:00 |
|
2881099
|
5ad0fd8b75
|
- 移除 TimeSpan 过度 Lambda 解析;
|
2024-08-08 20:30:26 +08:00 |
|
2881099
|
20b88248e9
|
- 修复 .Contains('b%') 部分数据库函数参数位置错误;#1826
|
2024-06-19 15:10:11 +08:00 |
|
2881099
|
63a8e8ec28
|
- 修复 IUpdate.SetSource SqlServer 批量更新 Cast 问题;#1755
|
2024-03-22 11:59:37 +08:00 |
|
2881099
|
53443dc22b
|
- 优化 TypeHandlers 支持 Enum 枚举映射规则;#1634
|
2024-02-08 13:06:43 +08:00 |
|
2881099
|
543ce4f513
|
- 增加 IUpdate.ExecuteUpdated 指定字段返回;
|
2023-12-10 23:55:04 +08:00 |
|
2881099
|
7ed542d859
|
- 增加 IUpdate.ExecuteUpdated 重载方法返回指定字段;#1681
|
2023-12-10 23:19:32 +08:00 |
|
2881099
|
5f01fbd457
|
- 优化 表达式解析变量或常量 ToString;
|
2023-12-01 19:15:53 +08:00 |
|
2881099
|
aad91e2172
|
- 增加 ICodeFirst.SyncStructure(TableInfo) 重载方法迁移表结构;
|
2023-11-24 22:39:27 +08:00 |
|
2881099
|
58f261b5e5
|
- 优化 TypeHandlers 支持 DateTime 映射规则;#1634
|
2023-10-10 02:07:29 +08:00 |
|
2881099
|
f799191ac0
|
- 优化 WithTempQuery + SqlServer 未指定 OrderBy 的分页;
|
2023-07-21 14:39:34 +08:00 |
|
2881099
|
fd2c692814
|
- 增加 GlobalFilter.Apply before 参数将过滤条件插入 where 之前;#1566 #1492
|
2023-07-07 14:23:12 +08:00 |
|
2881099
|
2a3db8a2c2
|
- 修复 Enum.ToString() 即使 MapType=int 也应解析成 string;#1252 #806
|
2023-06-28 17:44:13 +08:00 |
|
2881099
|
a7233c1926
|
- 增加 FreeSqlBuilder UseAdoConnectionPool 更换连接池方案;#1524 #1343 #1283 #755
|
2023-06-08 18:35:49 +08:00 |
|
2881099
|
36c8a45e47
|
- 增加 IInsertOrUpdate.UpdateSet 指定更新;
|
2023-05-30 18:21:57 +08:00 |
|
2881099
|
98c4ce8274
|
- 修复 WithTempQuery + Oracle 分页问题;#1519
|
2023-05-23 12:09:19 +08:00 |
|
2881099
|
85ab2b196e
|
- 增加 部分 LocalExecuteScalar Aop.CommandAfter 事件;#1481
|
2023-04-18 00:43:18 +08:00 |
|
hyzx86
|
f73ec96572
|
修改 Mysql, SqlServer ,Odbc AOP command 拦截
|
2023-04-04 16:54:46 +08:00 |
|
hyzx86
|
0b4124202e
|
Revert "为所有数据库 CodeFirst 中的 LocalExecuteScalar 增加 AOP"
This reverts commit aa13fc49a7.
|
2023-04-04 16:33:24 +08:00 |
|
hyzx86
|
aa13fc49a7
|
为所有数据库 CodeFirst 中的 LocalExecuteScalar 增加 AOP
|
2023-04-04 16:28:54 +08:00 |
|
2881099
|
c83baec65e
|
- 修复 表达式树解析 string.Concat 多于3个时的 bug;
|
2023-03-24 12:44:54 +08:00 |
|
2881099
|
a157f8a0cc
|
- 修复 FromQueryMulti 多表重载可能出现的 null 对象报错;(合并 FromQuery 和 FromQueryMulti 代码)
|
2023-03-15 22:54:22 +08:00 |
|
2881099
|
b8c798e292
|
- 优化 IInsertOrUpdate SetSource tempPrimary 自增的忽略保存;
|
2023-03-03 19:00:52 +08:00 |
|
2881099
|
d55e6782d4
|
- 优化 IInsertOrUpdate SetSource tempPrimary 自增的忽略插入;
|
2023-03-03 16:47:06 +08:00 |
|
2881099
|
33f11a2066
|
- 优化 IAdo.ConnectionString 使用 UseConnectionFactory 时值为 NULL 的问题;
|
2023-01-16 19:16:56 +08:00 |
|
2881099
|
ef6d790dcc
|
- 增加 FreeSqlBuilder UseQuoteSqlName 设置不使用 [] `` "" 限定符号;
|
2022-12-23 08:22:11 +08:00 |
|
2881099
|
d1a6e30644
|
- 优化 SqlServer2005 TOP 1 查询;
|
2022-11-17 18:15:44 +08:00 |
|
2881099
|
821076035a
|
- 修复 SqlServer WithSql + WithLock bug;
|
2022-11-08 16:54:46 +08:00 |
|
2881099
|
b5b820d272
|
- 优化 min pool size 与 max pool size 连接串设置;
|
2022-09-29 11:37:00 +08:00 |
|
2881099
|
e12f6e04a2
|
- 增加 IInsertOrUpdate.SetSource(sql) 重载方法;
|
2022-08-17 19:49:54 +08:00 |
|
2881099
|
50b7d5307d
|
- 修复 SqlServer2005/2008 Skip 问题(未设置 Take 时);
|
2022-07-14 14:01:40 +08:00 |
|
2881099
|
e10fb8ffe5
|
- 优化 string Contains 模糊查找 % 的情况;
|
2022-06-29 21:59:46 +08:00 |
|
2881099
|
81406ba37a
|
- 修复 UseGenerateCommandParameterWithLambda(true) 问题;#1173 #900
|
2022-06-29 15:31:03 +08:00 |
|
2881099
|
1155ffc781
|
- 增加 IInsertOrUpdate.SetSource(items, tempPrimarys) 指定临时主键参数;#1160
|
2022-06-22 21:09:04 +08:00 |
|
igeekfan
|
4fa125e93c
|
✨ support provider、Extensions Exceptions 多语言
|
2022-06-10 03:05:27 +08:00 |
|
2881099
|
403b10ba94
|
- 增加 ObservableCollection 级联加载和保存;- 修复 达梦 min pool size 预热数量匹配 bug;
|
2022-06-02 12:24:17 +08:00 |
|
2881099
|
4c7de1da8a
|
- 优化 连接池不可用、定时检查;
|
2022-05-28 22:09:45 +08:00 |
|
2881099
|
e50c8ee7cd
|
- 优化 GroupBy Page 未排序的查询;#1126
|
2022-05-27 19:17:18 +08:00 |
|