136 Commits

Author SHA1 Message Date
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
b8c798e292 - 优化 IInsertOrUpdate SetSource tempPrimary 自增的忽略保存; 2023-03-03 19:00:52 +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
2881099
ef6d790dcc - 增加 FreeSqlBuilder UseQuoteSqlName 设置不使用 [] `` "" 限定符号; 2022-12-23 08:22:11 +08:00
xuna
6b49034502 feat: 优化判断表是否存在的查询语句 2022-11-15 21:53:54 +08:00
2881099
2bd621da20 - 修复 fsql.InsertOrUpdate CanInsert=false,CanUpdate=true (mysql/pgsql)不生效的 bug; 2022-11-01 18:12:31 +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
006c17e15b - 修复 MySql DbFirst 获取字段未排序的问题; 2022-07-14 15:55:57 +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
fba96d7f2c - 修复 MySql CodeFirst OldName + Comment 迁移问题;#1147 2022-06-06 12:55:31 +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
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
4cf47488d4 - 修复 MySql Set 类型空格处理问题;#1059 2022-03-29 20:17:13 +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
2881099
30b20c39f9 - fix: CustomAdapter 2021-11-03 16:20:02 +08:00
2881099
3d5ca9bc7e - 优化 pgsql jsonb 映射,支持 List,mysql limit in 子查询; 2021-11-02 00:38:06 +08:00
2881099
6d53d3e6a3 - 修复 Oracle IncludeMany IN 元素超过 500 数目的问题;#843 2021-08-30 11:22:56 +08:00
2881099
90438e20d8 - 增加 IUpdate.SetSource 批量更新时指定主键;#337 2021-03-04 15:13:39 +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
d38be498a3 - 增加 IsVersion 对 byte[] 的支持;#548 2020-11-19 20:21:32 +08:00
2881099
b25bcf8ee5 - 增加 Async CancellationToken OnDuplicateKeyUpdate/OnConflictDoUpdate; 2020-11-12 06:48:52 +08:00
2881099
37cd18d7c4 - 增加 Async CancellationToken IDelete; 2020-11-12 06:43:45 +08:00
2881099
8bbb7329f9 - 增加 Async CancellationToken IInsert/IUdate/IInsertOrUpdate; 2020-11-12 06:35:29 +08:00
2881099
639d30fafe - 优化 varchar/nvarchar 的 NoneParameter 处理;#519 2020-11-04 19:23:03 +08:00
2881099
f3bc47feca - 移除 ISelect<T> where T : class 约束限制;#515 2020-11-02 21:01:07 +08:00
2881099
454eb8cc44 - 增加 表达式树函数解析 byte[] Length;#505 2020-10-31 07:03:00 +08:00
2881099
1fc4c9c46e - 优化 MySql CodeFirst 索引的建立 ;#498 2020-10-22 16:52:53 +08:00