2881099
|
74d1de08a2
|
- 增加 DTO 非导航属性直接映射子查询 ToList,处理异步执行逻辑;
|
2022-05-22 16:14:57 +08:00 |
|
2881099
|
3782b029de
|
- 增加 DTO 映射非导航属性的子表查询,可直接返回集合;
|
2022-05-22 13:19:40 +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
|
52c5ca7da3
|
- 增加 IncludeMany 扩展方法重载,支持字符串参数;
|
2022-04-30 20:33:32 +08:00 |
|
2881099
|
b9a21f6c11
|
- fix: AsTable for Select
|
2022-04-09 20:54:48 +08:00 |
|
2881099
|
932b8fde58
|
- fix: AsTable SafeThread
|
2022-04-09 18:26:11 +08:00 |
|
2881099
|
980ee1e893
|
- 完成 [Table(AsTable = xx)] 分表特性查询;
|
2022-04-09 15:40:17 +08:00 |
|
gbase_contributors
|
fdcb76eaa2
|
suppourt ndty orm
|
2021-12-15 14:48:26 +08:00 |
|
2881099
|
487913f7ef
|
- 完善 DynamicFilter Custom 安全问题;
|
2021-12-10 12:17:58 +08:00 |
|
2881099
|
8a83fea60a
|
- 增加 DynamicFilter Custom 自定义解析;
|
2021-12-09 00:21:20 +08:00 |
|
2881099
|
3d5ca9bc7e
|
- 优化 pgsql jsonb 映射,支持 List,mysql limit in 子查询;
|
2021-11-02 00:38:06 +08:00 |
|
2881099
|
50a8cc2376
|
- fix #815
|
2021-08-30 12:26:30 +08:00 |
|
2881099
|
def3ebdeff
|
- 修复 ISelect.AsTable 后 .ToUpdate/ToDelete 无效的 bug;#815
|
2021-07-06 00:26:16 +08:00 |
|
KaneLeung
|
0002cec8b4
|
🚀增加分页模型分页及示例
|
2021-03-30 11:11:59 +08:00 |
|
2881099
|
19e12c6cd2
|
- 修复 Oracle/Dameng 分组查询后分页的 bug;#710
|
2021-03-04 21:28:10 +08:00 |
|
2881099
|
2dd722e507
|
- 优化 WhereDynamicFilter 忽略 like '%%';
|
2021-02-09 16:40:28 +08:00 |
|
2881099
|
53669da86e
|
- 优化 WhereDynamicFilter;
|
2021-02-05 11:06:44 +08:00 |
|
2881099
|
56d2128726
|
- 优化 FreeSql.Extensions.Linq Select 选定字段查询方法;#674 #533
|
2021-02-02 13:07:01 +08:00 |
|
2881099
|
41d0e1f666
|
- 修复 WhereDynamicFilter 普通多表查询时别名判断的 bug;
|
2021-01-23 15:07:01 +08:00 |
|
2881099
|
d2d3870de0
|
- 优化 分页 Page(..).Count() 顺序问题;
|
2020-11-23 16:23:42 +08:00 |
|
2881099
|
f93261d8e2
|
- 增加 ISelect Cancel 用于取消本次查询;
- 增加 IncludeIf/IncludeByPropertyNameIf 方法;
|
2020-11-12 22:03:17 +08:00 |
|
2881099
|
f9a46e3a12
|
- 增加 Async CancellationToken ISelect;
|
2020-11-12 09:10:47 +08:00 |
|
2881099
|
b701ad8421
|
- 增加 IncludeByPropertyName 按属性名进行 Include/IncludeMany 操作;#278
|
2020-11-04 18:03:47 +08:00 |
|
2881099
|
768cbdc97a
|
- 增加 HzyTuple 表达式替换类;
|
2020-11-02 22:24:59 +08:00 |
|
2881099
|
f3bc47feca
|
- 移除 ISelect<T> where T : class 约束限制;#515
|
2020-11-02 21:01:07 +08:00 |
|
28810
|
324fde304e
|
- 增加 GlobalFilter.ApplyOnly 继承的实体才生效;#495
|
2020-10-22 02:59:38 +08:00 |
|
28810
|
837c38d158
|
- 优化 WhereDynamicFilter 支持 string 比较大小 > < >= <=;#479
|
2020-09-29 10:46:56 +08:00 |
|
28810
|
72dedc992c
|
- 修复 ISelect ToDelete/ToUpdate 事务对象未传播的 bug;
|
2020-09-20 18:38:14 +08:00 |
|
28810
|
63dccf3e4c
|
optimize internal methods
|
2020-09-19 07:26:24 +08:00 |
|
28810
|
46bc2189c4
|
- 增加 ISelect OrderByPropertyName 方法 #446 #278 #380 #361 #197;
|
2020-09-18 12:33:07 +08:00 |
|
28810
|
8f9efe1f11
|
- 增加 ISelect/IInsert/IUpdate/IDelete CommandTimeout 方法设置命令超时;
|
2020-09-18 09:00:01 +08:00 |
|
28810
|
951e917015
|
- 增加 FreeSql.Provider.Firebird 数据库实现 #443;
|
2020-09-12 05:46:53 +08:00 |
|
28810
|
24e0fcd0af
|
- 增加 IncludeMany(a => a.Childs).ToList(a => new { a.Childs }) 指定集合属性返回;
|
2020-09-06 00:42:44 +08:00 |
|
28810
|
6cbc452e46
|
- 修复 WhereDynamicFilter System.Text.Json 下的问题;
|
2020-08-25 14:08:02 +08:00 |
|
28810
|
f7ce4dc636
|
- 增加 人大金仓 Ado.Net 实现 FreeSql.Provider.KingbaseES #325;
|
2020-08-21 19:46:23 +08:00 |
|
28810
|
7dd8eacce3
|
- 完善 ToChunk 分块加载查询,应用到 ISelect`1..10 中;
|
2020-08-17 08:58:34 +08:00 |
|
28810
|
91a7fc8694
|
- 修复 WhereDynamicFilter System.Text.Json 反序化后的类型转换问题 #371;
|
2020-08-15 22:26:42 +08:00 |
|
28810
|
18cabd22b9
|
- 完善 AsTreeCte + ToUpdate/ToDelete 实现树所有子节点删除或更新;
|
2020-08-04 20:54:15 +08:00 |
|
28810
|
cd60c9dbd9
|
- 增加 ISelect ToChunk 停止读取的逻辑控制 #360;
|
2020-07-21 17:40:30 +08:00 |
|
28810
|
7471df5924
|
内部 SQL 格式优化
|
2020-07-18 13:50:26 +08:00 |
|
28810
|
f93e0f1b54
|
- 修复 WhereDynamicFilter 在 System.Text.Json 下的问题 #371;
|
2020-07-13 18:12:06 +08:00 |
|
28810
|
181813ce1a
|
- 修复 WhereDynamicFilter 多级 Logic 未生效的 bug;
|
2020-07-03 15:04:07 +08:00 |
|
28810
|
4cde2a3280
|
- 增加 ISelect.AsCteTree() 递归查询树表所有子记录;
|
2020-06-27 04:21:00 +08:00 |
|
28810
|
49aa899f81
|
- 增加 神州通用 ShenTong 实现;#325
|
2020-06-10 02:07:55 +08:00 |
|
28810
|
b9948f4508
|
- 优化 MySql StringLength/MaxLength -2 产生 LongText 映射;
|
2020-06-06 19:02:41 +08:00 |
|
28810
|
1f02eb6a13
|
- 优化 WhereDynamicFilter Value 支持数组或字符串;
|
2020-06-01 22:36:38 +08:00 |
|
28810
|
875c109144
|
1.6.0-preview0601
|
2020-06-01 12:59:58 +08:00 |
|
28810
|
43e2af2bee
|
- 增加 WhereDynamicFilter 操作符 DateRange,日期范围查询;
|
2020-06-01 12:46:57 +08:00 |
|