Commit Graph

654 Commits

Author SHA1 Message Date
f7e3f5e61e v3.2.666-preview20220821 #1215 2022-08-15 18:44:38 +08:00
cad0d30f51 v3.2.666-preview20220820 #1215 2022-08-15 16:01:42 +08:00
45bbe5f059 v3.2.666-preview20220819 #1215 2022-08-14 00:50:14 +08:00
064cb82cf0 v3.2.666-preview20220818 2022-08-13 11:00:23 +08:00
ec6d1ffb37 - 修复 ClickHouse 单条记录插入\t \n失败的 bug; 2022-08-13 10:51:57 +08:00
b7c6db4f7a v3.2.666-preview20220817 2022-08-12 20:25:09 +08:00
28f65d2871 v3.2.666-preview20220816 #1214 2022-08-12 12:15:05 +08:00
6bbe5aa514 v3.2.666-preview20220815 2022-08-11 13:02:55 +08:00
c2b8650665 v3.2.666-preview20220813 2022-08-11 11:31:10 +08:00
24e28a8c1b update MySql.Data.dll version 2022-08-10 10:11:20 +08:00
c6a518a1a9 v3.2.666-preview20220812 #1209 #1208 2022-08-09 19:41:44 +08:00
081953a4c1 v3.2.666-preview20220811 关闭 Directory.Build.Props Version 节点,在每个 csproj 单独设置,防止版本号交叉错误; 2022-08-09 18:24:09 +08:00
d84657ad27 - 修复 SqlServer DbFirst 未获取字段位置的问题;#1204 2022-08-05 19:51:11 +08:00
0097838ebb - 优化 Dameng 单独适配 netcore3.1;#1094 2022-08-02 19:34:09 +08:00
66e6f39086 - 优化 Oracle IN :ids 值传入 IList 时报错; 2022-08-02 13:45:05 +08:00
034b4735f4 v3.2.666-preview20220803 修复 Clickhouse Insert AsTable 表名处理 bug; 2022-08-01 17:36:32 +08:00
ae2f43c4ec v3.2.666-preview20220730 - 修复 Clickhouse Delete bug; 2022-07-28 09:35:12 +08:00
006c17e15b - 修复 MySql DbFirst 获取字段未排序的问题; 2022-07-14 15:55:57 +08:00
50b7d5307d - 修复 SqlServer2005/2008 Skip 问题(未设置 Take 时); 2022-07-14 14:01:40 +08:00
84cfa65281 - 增加 IsVersion string 字符串乐观锁;#1178 2022-07-04 17:15:30 +08:00
0e82d6c3e3 - 优化 IUpdate ToSql; 2022-06-30 13:54:51 +08:00
e10fb8ffe5 - 优化 string Contains 模糊查找 % 的情况; 2022-06-29 21:59:46 +08:00
81406ba37a - 修复 UseGenerateCommandParameterWithLambda(true) 问题;#1173 #900 2022-06-29 15:31:03 +08:00
c9c55f75d6 update Nowtonsoft.Json to 13.0.1 2022-06-28 07:52:38 +08:00
1155ffc781 - 增加 IInsertOrUpdate.SetSource(items, tempPrimarys) 指定临时主键参数;#1160 2022-06-22 21:09:04 +08:00
6ad7a7cce4 增加 sqlserver InsertOrUpdate 指定On字段 2022-06-22 12:11:03 +08:00
26115cfc93 v3.2.666-preview20220615 2022-06-15 10:41:39 +08:00
476c7d1436 v3.2.666-preview20220614 修复 pgsql OldName + XML 注释迁移代码顺序问题; 2022-06-14 16:04:05 +08:00
d55ddf4cf8 update Kdbndp.dll 2022-06-13 16:17:46 +08:00
70f63015a7 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2022-06-11 12:17:40 +08:00
31a63716c5 - 修复 MySqlConnector BulkCopy 映射顺序问题; 2022-06-11 12:10:13 +08:00
fdacbf26e3 Merge branch 'master' of github.com:dotnetcore/FreeSql 2022-06-10 03:06:03 +08:00
4fa125e93c support provider、Extensions Exceptions 多语言 2022-06-10 03:05:27 +08:00
3ea533a648 - 修复 pgsql DbFirst 未正确获取 Position 值;#1154 2022-06-09 19:18:51 +08:00
38c6796b67 - 修复 AsTable 子查询未传播的 bug;#1103 2022-06-09 13:59:27 +08:00
fba96d7f2c - 修复 MySql CodeFirst OldName + Comment 迁移问题;#1147 2022-06-06 12:55:31 +08:00
403b10ba94 - 增加 ObservableCollection 级联加载和保存;- 修复 达梦 min pool size 预热数量匹配 bug; 2022-06-02 12:24:17 +08:00
617cfb8744 - 调整 pgsql10 自增映射使用 GENERATED BY DEFAULT AS IDENTITY,低版本仍然使用 serial; 2022-06-01 22:18:44 +08:00
105947c2ed Optimize single table read performance 2022-06-01 14:21:53 +08:00
4c7de1da8a - 优化 连接池不可用、定时检查; 2022-05-28 22:09:45 +08:00
e50c8ee7cd - 优化 GroupBy Page 未排序的查询;#1126 2022-05-27 19:17:18 +08:00
5736658e08 update internal 2022-05-27 18:45:57 +08:00
97975b5ab5 - 修复 pgsql varchar(120) CodeFirst 迁移不修改长度; 2022-05-25 15:58:59 +08:00
db535af5b6 - 修复 Oracle clob 参数化类型设置问题;#1116 2022-05-24 11:51:04 +08:00
f756b56aa0 - 修复 IN 查询区分 varchar/nvarchar; 2022-05-23 13:19:59 +08:00
747603dbb6 Merge main branches 2022-05-20 03:16:13 +08:00
83a4bb8039 #694 Exception信息 国际化 多语言 2022-05-20 02:52:58 +08:00
173f75f0a6 - 优化 RawJoin 支持 FULL JOIN 等自定义联表映射; 2022-05-18 10:45:29 +08:00
766c5e97d3 - 优化 错误信息提示; 2022-05-17 12:31:51 +08:00
fc32710421 - 增加 pgsql numeric -> BigInteger 映射;#1100 2022-05-13 12:32:26 +08:00