109 Commits

Author SHA1 Message Date
2881099
3605046495 - 增加 InsertOrUpdateDict BatchOptions 选项; 2023-08-22 14:50:13 +08:00
2881099
a73a6ab221 - 优化 GetPropertiesDictIgnoreCase 不返回没有 get 的属性; 2023-07-26 20:27:52 +08:00
2881099
d1be9ec629 update CustomDataType case 2023-06-13 13:18:15 +08:00
2881099
7ec4279ba1 - update SetTablePrimary isIdentity only First #1529 2023-06-08 11:33:41 +08:00
hyzx86
e27a1ba5a1 还原 WhereIdentityPrimary 方法名 2023-06-07 20:03:44 +08:00
hyzx86
2018a6a2ea 改为重载名称 2023-06-07 19:34:31 +08:00
hyzx86
092bd4f3f6 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2023-06-07 19:24:30 +08:00
hyzx86
695251fc88 为 InsertOrUpdateDictImpl 增加 WhereIdentityPrimary 2023-06-07 19:23:48 +08:00
2881099
3c47aaf8fe update internal code 2023-05-31 13:48:05 +08:00
d4ilys
64c9d0bdee - DynamicEntity拆分独立nuget包 2023-05-05 10:52:52 +08:00
2881099
235a2c2636 - 动态操作表结构相关的 API 2023-05-04 21:46:11 +08:00
2881099
da7bb7c74d - 增加 [Navigate(xx, TempPrimary = xx)] 与非主键关联;(仅支持查询) 2023-03-02 15:46:45 +08:00
2881099
9ec6151b2b - 修复 InsertDict DBNull.Value 值无法插入的问题;#1336 2022-11-30 13:57:35 +08:00
2881099
4e4f61a822 v3.2.683 #1340 #1336 #1338 #1332 #1333 #1326 #1321 2022-11-20 18:30:43 +08:00
2881099
1d06f677e4 - 优化 InsertDict DBNull.Value 值处理;#1336 2022-11-16 16:53:33 +08:00
2881099
4cd83e4981 - 优化 UpdateDict 支持 .IsVersion 乐观锁设置; 2022-10-27 11:52:54 +08:00
2881099
588320dbfb - 修复 3.2.665-3.2.680 子查询的特殊 bug; 2022-10-12 15:31:22 +08:00
2881099
3e5e84f83c - 增加 fsql.Ado.QuerySingle(() => new {}) 扩展方法实现无表查询 SELECT now(), utc_timestamp() 2022-10-10 19:20:35 +08:00
2881099
074dd7f13d - 优化 内部代码 GeTableRef 2022-09-03 13:13:17 +08:00
2881099
91d6864388 - 优化 IncludeByPropertyName + AsType; 2022-08-23 17:17:37 +08:00
2881099
2450324f28 - 增加 IncludeByPropertyName 重载 then 参数;#1214 2022-08-12 12:07:17 +08:00
xuna
c33d8c6d39 fix: 修复实体对象无空构造函数时通过Repository操作引发异常的问题,增加Lazy改进并发 2022-07-26 20:06:26 +08:00
2881099
1ee6ecf16f - 增加 WithTempQuery + FromQuery 嵌套查询功能;#1192 2022-07-25 13:02:01 +08:00
2881099
1ba3e3ea2b - 修复 AsTreeCte + AsTable 无效的 bug;#1176 2022-07-01 10:23:36 +08:00
2881099
1155ffc781 - 增加 IInsertOrUpdate.SetSource(items, tempPrimarys) 指定临时主键参数;#1160 2022-06-22 21:09:04 +08:00
2881099
38c6796b67 - 修复 AsTable 子查询未传播的 bug;#1103 2022-06-09 13:59:27 +08:00
2881099
50a8d979a5 fix PgArrayToMany 2022-06-06 21:12:00 +08:00
igeekfan
83a4bb8039 #694 Exception信息 国际化 多语言 2022-05-20 02:52:58 +08:00
2881099
88d7985d92 - 增加 IDelete.ToSqlCascade 递归删除方法; 2022-05-02 15:01:52 +08:00
2881099
fc3dc35617 - trim code 2022-05-02 12:33:45 +08:00
2881099
d2a7c52297 增加 IncludeByProperty 扩展方法,支持集合和普通属性; 2022-05-01 15:34:33 +08:00
2881099
48bf7bdd98 - 优化 IncludeMany 扩展方法,支持字符串参数; 2022-05-01 12:53:33 +08:00
2881099
52c5ca7da3 - 增加 IncludeMany 扩展方法重载,支持字符串参数; 2022-04-30 20:33:32 +08:00
2881099
af4b8284e0 - 修复 InsertDict/UpdateDict 等字典操作在 DbContext.Orm 下无法使用的 bug;#1064 2022-04-02 11:41:11 +08:00
2881099
5d9afe8329 - 增加 InsertOrUpdateDict 字典操作方法;#481 2022-03-29 21:13:45 +08:00
2881099
5b65a17be0 - 完善 InsertDict 等字典操作功能; 2022-03-29 20:40:00 +08:00
2881099
0fcc5619be - 增加 fsql.InsertDict/UpdateDict/DeleteDict 字典操作的扩展方法;#481 2022-03-25 19:07:47 +08:00
2881099
6826dec09f - 修复 AsTreeCte + RereadSql 不能同时使用的 bug;#964 2021-12-17 18:51:58 +08:00
gbase_contributors
fdcb76eaa2 suppourt ndty orm 2021-12-15 14:48:26 +08:00
chenbo
ae0f2e9d0d 重写批量修改,去除插入和修改事务,修改插入数据的限制默认值为int.MaxValue,自增字段直接返回0 2021-11-30 15:02:21 +08:00
chenbo
d085acc4e9 添加ClickHouse数据库支持 2021-11-25 17:40:00 +08:00
2881099
50a8cc2376 - fix #815 2021-08-30 12:26:30 +08:00
2881099
8f68b2bcd5 - 修复 IncludeMany + AsTreeCte 不能组合使用的问题;#760 2021-05-07 22:48:03 +08:00
2881099
f11419d0d2 - 优化 AsTreeCte 内部; 2021-03-04 10:48:58 +08:00
2881099
9edb80dcd3 - 修复 AsTreeCte 事务传播 bug; 2021-02-02 16:29:43 +08:00
2881099
cd6fd2708e - 增加 ISelect.OrderByRandom() 随机排序适配; 2020-12-24 01:11:28 +08:00
2881099
7a276b19ad - 修复 UseGenerateCommandParameterWithLambda + Enum + MapType(string) bug; 2020-12-21 08:28:14 +08:00
2881099
44e6eb2979 - 修复 .net5 单文本部署读取注释报错; 2020-11-23 10:36:35 +08:00
2881099
bbc4f91d9b - 优化 AsTreeCte 对 MySql 5.6 的兼容;#536 2020-11-13 19:32:50 +08:00
2881099
f9a46e3a12 - 增加 Async CancellationToken ISelect; 2020-11-12 09:10:47 +08:00