28810
|
59b9b1272b
|
- 调整 移除对 System.ValueType 的依赖,减少版本冲突问题;(目前 FreeSql.dll 无任何公用库依赖)
|
2020-03-07 16:08:03 +08:00 |
|
28810
|
01c0fbf4f2
|
- 增加 ExecutePgCopyAsync/ExecuteSqlBulkCopyAsync 异步方法;
|
2019-12-21 19:28:56 +08:00 |
|
28810
|
834bdea11f
|
- 增加 IInsert.ExecutePgCopy 扩展方法执行 PostgreSQL Copy 批量导入,在 FreeSql.Provider.PostgreSQL 可用;
|
2019-12-21 16:44:31 +08:00 |
|
28810
|
c335eab82c
|
- 增加 IInsert.ExecuteSqlBulkCopy 扩展方法执行 SqlBulkCopy 批量插入,在 FreeSql.Provider.SqlServer 可用;
|
2019-12-21 14:43:24 +08:00 |
|
28810
|
15c3ab7297
|
- 增加 ISelect.ForUpdate 排他更新锁(根据数据库类型的规则,见代码注释);
- 完善 SqlServer WithLock 功能,组合多种使用 | 枚举相联;
|
2019-12-14 11:43:17 +08:00 |
|
28810
|
0c341360b7
|
- 增加 SqlServer ISelect.WithLock 扩展方法,实现 with(nolock) 查询;
- 增加 SqlServer IFreeSql.SetGlobalSelectWithLock 扩展方法,实现全局设置 with(nock) 查询;
- 移除 Aop.ToList;
- 移除 Aop.Where;
|
2019-11-06 13:58:19 +08:00 |
|
28810
|
f8c3608fda
|
源代码改用vs默认格式化
|
2019-06-27 09:40:35 +08:00 |
|
28810
|
f8e897e201
|
拆分 FreeSql 按需引用
|
2019-05-28 21:32:54 +08:00 |
|