174 Commits

Author SHA1 Message Date
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
2881099
98c4ce8274 - 修复 WithTempQuery + Oracle 分页问题;#1519 2023-05-23 12:09:19 +08:00
d4ilys
4732ccde87 - 基类属性abstract/virtual支持override,支持属性默认值 2023-05-15 16:34:55 +08:00
d4ilys
bb1fd88f79 - 基类属性abstract/virtual支持override 2023-05-15 10:53:13 +08:00
2881099
fb7eb01a2b - 修复 OracleOledb 引起的读取类型问题;
- 调整 DynamicEntity API;#1505
2023-05-05 17:01:52 +08:00
2881099
0d4199eca0
Merge pull request #1504 from kevin100702/master
修复使用SqliteCore包无法使用GetCrud方法问题
2023-05-05 16:50:59 +08:00
d4ilys
64c9d0bdee - DynamicEntity拆分独立nuget包 2023-05-05 10:52:52 +08:00
Mr.T
48724cd302
修复使用SqliteCore包无法使用GetCrud方法问题 2023-05-05 09:12:28 +08:00
2881099
235a2c2636 - 动态操作表结构相关的 API 2023-05-04 21:46:11 +08:00
d4ilys
c012c166d8 调整CodeFirst扩展方法 2023-04-25 10:26:39 +08:00
d4ilys
39feb64646 增加Type扩展方法 2023-04-25 10:26:18 +08:00
d4ilys
958b6c2208 动态操作表结构相关的API 2023-04-24 14:41:20 +08:00
d4ilys
43a8e8bee9 增加动态创建实体API 2023-04-24 14:28:45 +08:00
d4ilys
91da92b11f 增加动态创建实体API 2023-04-24 13:17:39 +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
d0cf552c95 - 修复 SqlExt count/avg 开窗函数参数;#1321 2022-11-07 11:27:05 +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
9180375a2b AggregateRootRepository 2022-09-03 16:27:14 +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
3d120af6df - 修复 DbContext/Repository Primary decimal 状态管理 key 精度处理 bug; 2022-07-15 19:02:22 +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
f76a46f383 - 优化 导航集合属性访问,可省略 AsSelect;#15 #300 #362 #509 #698 #644 #903 2022-04-27 20:27:24 +08:00
2881099
91522386b1 - 优化 DbContext/Repository Update 实体有 ServerTime 既使无状态变化也必然更新的逻辑; 2022-04-12 21:44:31 +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