184 Commits

Author SHA1 Message Date
2881099
d39c72df2c - 增加 ToDataTableByPropertyNameAsync 方法; 2021-12-10 12:21:10 +08:00
2881099
bbaf947bb0 - 增加 ToDataTableByPropertyName 动态查询功能; 2021-12-09 19:13:15 +08:00
KaneLeung
f2a22aa895
🚀补充ISelectGrouping的分页模型分页方法 2021-03-30 11:45:59 +08:00
KaneLeung
0002cec8b4
🚀增加分页模型分页及示例 2021-03-30 11:11:59 +08:00
2881099
a1a120495b v2.3.106 #674 #533 #642 #643 #627 #656 #684 #337 2021-03-04 15:29:26 +08:00
2881099
90438e20d8 - 增加 IUpdate.SetSource 批量更新时指定主键;#337 2021-03-04 15:13:39 +08:00
2881099
ef6665ee29 - 增加 Aop Before/After States 共享状态; 2021-02-19 17:47:06 +08:00
2881099
ff1354d46c - 完善 IDelete WhereIf(bool, sql) 方法; 2020-12-07 20:02:57 +08:00
2881099
1bbf00a3e2 update summary 2020-11-26 18:38:15 +08:00
2881099
dddfbe56af v2.0.100 补充 cancellationToken=default 2020-11-25 10:36:44 +08:00
2881099
f3eb49040c - 增加 IAdo.QuerySingle 查询单条记录;#560 2020-11-24 00:27:15 +08:00
2881099
44e6eb2979 - 修复 .net5 单文本部署读取注释报错; 2020-11-23 10:36:35 +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
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
b701ad8421 - 增加 IncludeByPropertyName 按属性名进行 Include/IncludeMany 操作;#278 2020-11-04 18:03:47 +08:00
hzy
f3aa07abb6 添加新的多表查询语法,简化 定义 一堆 abcd 2020-11-03 23:05:11 +08:00
2881099
768cbdc97a - 增加 HzyTuple 表达式替换类; 2020-11-02 22:24:59 +08:00
2881099
eb3f38a0b4 - 移除 ISelect<T>/IUpdate<T>/IDelete<T> class 约束限制; 2020-11-02 19:37:52 +08:00
28810
acf26ecbef - 增加 ISelect.InsertInto 将查询转换为 INSERT INTO t1 SELECT ... FROM t2 执行插入;#469 2020-10-16 22:01:00 +08:00
28810
8a0862d6fe - 增加 IAdo.CommandFluent(sql) 方法执行 SQL 命令;
- 修复 SqlServer SqlBulkCopy IgnoreColumns 无效的 bug;
2020-09-23 22:00:48 +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
ad12402926 - 增加 ISelect<11..16> 16 个多联表查询; 2020-09-13 10:45:14 +08:00
28810
dd477482f1 - 增加 ISelect Aggregate(lambda, out var result) 方法; 2020-09-04 12:12:37 +08:00
28810
c75cdc51ae - 增加 ISelect`2-10 OrderByIf 方法 #446; 2020-09-03 18:22:06 +08:00
28810
d025603997 - 增加 ISelect OrderByIf 方法 #446; 2020-09-02 18:44:22 +08:00
28810
9e9891ded4 - 增加 IUpdate/IDelete WhereIf 方法 #466; 2020-09-02 18:29:42 +08:00
28810
fbf62b6630 - 增加 Aop.AuditDataReader 事件拦截 DataReader 读取值 #436; 2020-08-25 12:42:58 +08:00
28810
d951b475d9 - 增加 IAdo.ExecuteConnectTest 快速判断连接是否可用 #113; 2020-08-24 12:39:22 +08:00
28810
f43d42bc2e - 增加 IAdo.GetDbParamtersByObject 方法获取 DbParameter[]; 2020-08-17 13:59:27 +08:00
28810
7dd8eacce3 - 完善 ToChunk 分块加载查询,应用到 ISelect`1..10 中; 2020-08-17 08:58:34 +08:00
28810
e4b51e5d20 - 增加 ISelect<2..10> 多表 WithSql 方法 #413; 2020-08-14 03:06:11 +08:00
28810
5f645f194f - 完善 ISelect<T>.WithSql 方法,支持传入参数化 #413; 2020-08-13 10:25:01 +08:00
28810
31a67a990d - 增加 ICodeFirst.SyncStructure 强制同步参数 isForceSync;#412 2020-08-12 16:18:44 +08:00
28810
882e671eee - 优化 无主键使用 IUpdate.SetSource 的错误提示; 2020-08-12 04:11:22 +08:00
28810
0d832a5a23 - 增加 IDbFirst.GetTableByName 方法获取单表信息,包括列详情、主键、唯一键、索引、备注; 2020-08-11 23:23:54 +08:00
28810
da6effcf52 - 增加 IDbFirst.ExistsTable 方法判断表是否存在; 2020-08-11 12:48:26 +08:00
28810
552926dd96 修正命名 NaviteTuple 为 NativeTuple 2020-08-02 13:38:23 +08:00
28810
688f754036 补充 object parms 注释 2020-08-01 21:57:56 +08:00
28810
06b301395f - 补充 fsql.InsertOrUpdate UpdateColumns 数据存在时只更新指定的字段; 2020-07-29 15:32:14 +08:00
28810
cd60c9dbd9 - 增加 ISelect ToChunk 停止读取的逻辑控制 #360; 2020-07-21 17:40:30 +08:00
28810
f2f1495efc - 增加 IInsert/IUpdate BatchProgress 方法处理批量插入/更新时的进度; 2020-07-21 15:22:33 +08:00
28810
8d11993e6c - 补充 fsql.InsertOrUpdate IfExistsDoNothing 数据存在时不做任何事(不更新) #330 #316; 2020-07-18 11:58:58 +08:00
28810
309f70f02f update summary 2020-07-14 00:09:06 +08:00
28810
644de4ac2e - 修复 DbSet/Repository 批量级联保存(ExecuteInserted)失败的问题 #362; 2020-07-05 17:24:50 +08:00
28810
49aa899f81 - 增加 神州通用 ShenTong 实现;#325 2020-06-10 02:07:55 +08:00
28810
8934492b81 update 人大金仓 descrption 2020-05-27 06:44:13 +08:00
28810
b3352faef5 - 优化 移除 fsql.Transaction 线程事务超时机制;#323 2020-05-23 18:55:33 +08:00