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
|
b9055018a0
|
update testcode
|
2023-10-10 03:54:37 +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
|
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 aa13fc49a75cf013cc7e5036e14e918806a52713.
|
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
|
b7e96620a7
|
- 增加 所有国产数据库支持 CustomMySql、CustomPostgreSQL、CustomOracle、CustomSqlServer 自定义适配;
|
2022-09-09 01:38:24 +08:00 |
|