148 Commits

Author SHA1 Message Date
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 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
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
2881099
f756b56aa0 - 修复 IN 查询区分 varchar/nvarchar; 2022-05-23 13:19:59 +08:00
igeekfan
747603dbb6 Merge main branches 2022-05-20 03:16:13 +08:00
igeekfan
83a4bb8039 #694 Exception信息 国际化 多语言 2022-05-20 02:52:58 +08:00
2881099
173f75f0a6 - 优化 RawJoin 支持 FULL JOIN 等自定义联表映射; 2022-05-18 10:45:29 +08:00
2881099
766c5e97d3 - 优化 错误信息提示; 2022-05-17 12:31:51 +08:00
2881099
2130a967a8 - 增加 AsTable 自动分表 InsertOrUpdate 的支持;#1066 2022-04-19 17:49:40 +08:00
2881099
7c2b7ea5ef - 修复 InsertOrUpdateDict 异常;#1067 2022-04-11 13:23:38 +08:00
2881099
ecd27fb3ae - 修复 InsertDict 部分新功能遗留问题(特别是 Oracle); 2022-04-09 22:40:52 +08:00
2881099
980ee1e893 - 完成 [Table(AsTable = xx)] 分表特性查询; 2022-04-09 15:40:17 +08:00
2881099
d051a27d4e - 增加 [Table(AsTable = xx)] 分表特性,完成分表更新数据功能; 2022-04-09 11:55:13 +08:00
2881099
f73c02d8d1 - 增加 [Table(AsTable = xx)] 分表特性,完成分表插入/删除; 2022-04-08 21:19:51 +08:00
2881099
dc688adc11 - 增加 fsql.Insert(Dictionary<string, object>) 无实体类插入方法;#481 2022-03-24 18:06:54 +08:00
2881099
47b032b6ae - 增加 UseSlaveWeight 读权重设置;#1046 2022-03-18 21:55:02 +08:00
2881099
bcc9483eca - 修复 UseGenerateCommandParameterWithLambda 子查询 IN bug;#900 2021-12-27 22:50:51 +08:00
2881099
563f695d09 - 修正 单词命名错误 Coment -> Comment;#958 2021-12-10 19:07:48 +08:00
CLKCLK
5ed9888fa1 修复: _limit作为判断依据
使用_limit作为判断依据
2021-09-14 12:04:23 +08:00
CLKCLK
9c4ea7ef89 修复: sqlserver row_number排序不一致
sqlserver 使用row_number进行分页时 第一页和后续几页排序不一致的问题
2021-09-14 11:04:53 +08:00
2881099
6d53d3e6a3 - 修复 Oracle IncludeMany IN 元素超过 500 数目的问题;#843 2021-08-30 11:22:56 +08:00
2881099
5213bd0224 - 修改 MERGE INTO 别名与 SQL 关键字冲突的 bug;#816 2021-07-16 00:47:29 +08:00
2881099
90438e20d8 - 增加 IUpdate.SetSource 批量更新时指定主键;#337 2021-03-04 15:13:39 +08:00
2881099
d93fd91eed - 修复 SqlServer 支持 Chinese_PRC_CS_AS 区分小大写;#684 2021-02-09 17:17:31 +08:00
2881099
c9052789f0 adjust internal API 2020-12-21 21:20:19 +08:00
2881099
76e8b3efce - 增加 Column 特性 RereadSql 重读功能; 2020-12-21 20:31:16 +08:00
2881099
eae4fa4a86 - 优化 IUnitOfWork/DbContext/Repository .Orm.Ado 和 CRUD 都与自身事务保持一致; 2020-12-03 23:57:26 +08:00
2881099
6ba85cfc75 - 修复 SqlServer RowNumber 分页有可能产生顺序不对的 bug; 2020-11-22 12:40:02 +08:00