429 Commits

Author SHA1 Message Date
28810
0d6ebc1e26 - 优化 CodeFirst 字段变化对比逻辑 2020-05-26 02:50:21 +08:00
28810
1ac13d6327 v1.5.0 #291 #311 #323 2020-05-25 04:20:42 +08:00
28810
bc215fd41c v1.5.0-preview0525 #323 2020-05-23 19:05:04 +08:00
28810
b3352faef5 - 优化 移除 fsql.Transaction 线程事务超时机制;#323 2020-05-23 18:55:33 +08:00
28810
ce3bd7da1d v1.5.0-preview0523 #323 2020-05-23 18:23:37 +08:00
28810
511d8f909a - 优化未发布的功能 IFreeSql.InsertOrUpdate 2020-05-23 18:17:54 +08:00
28810
45f06c3025 update internal code 2020-05-23 00:50:24 +08:00
28810
fd7d627603 v1.5.0-preview0522 2020-05-22 18:22:57 +08:00
28810
2f838e6f59 v1.5.0-preview0521 #316 #311 #309 2020-05-21 02:02:59 +08:00
28810
6a443620e7 - 增加 IFreeSql.InsertOrUpdate 方法 #316 2020-05-21 01:59:35 +08:00
28810
0991464fd0 - 修复 IUpdate.Set(a => a.xx = null) 表达式解析 bug;#311 2020-05-15 13:27:44 +08:00
28810
2853c356e6 add test #306 2020-05-12 21:52:28 +08:00
28810
fc828d15a6 v1.5.0-preview0509 #298 2020-05-08 10:41:12 +08:00
28810
03a94888a8 - fix 1.5.0-preview0502 bug 2020-05-08 10:38:39 +08:00
28810
d69db2a3b1 v1.5.0-preview0508 2020-05-07 23:11:50 +08:00
28810
ebe1b7a34f - 优化 Guid GetDefaultValue 可能导致的错误; 2020-05-07 13:45:25 +08:00
28810
5edf8b3dcf v1.5.0-preview0507 2020-05-07 11:02:35 +08:00
28810
5096bbc367 v1.5.0-preview0502 #291 2020-05-02 11:33:55 +08:00
28810
1e83a7eeaa - 增加 WhereCascade/GlobalFilter 表达式子查询的支持; 2020-05-02 11:17:59 +08:00
28810
d24969d9b1 update BseRepository virtual dim 2020-05-01 08:31:45 +08:00
28810
0ffea2b871 - 修复 浮点类型 NoneParameter 不使用科学字符串表示; 2020-04-30 12:06:19 +08:00
28810
4fcad4a797 v1.4.0 2020-04-26 14:20:48 +08:00
28810
635244786a - 增加 DbContextOptions.EnableGlobalFilter 设置是否在 DbContext/Repository 中启用全局过滤器; 2020-04-26 00:34:50 +08:00
28810
2db061b27c update readme 2020-04-24 23:13:50 +08:00
28810
2825f8acd2 v1.4.0-preview0424 2020-04-24 02:11:42 +08:00
28810
5e15749aa8 - 增加 UnitOfWorkManager 工作单元管理器,实现多种传播事务;#289 2020-04-24 01:47:48 +08:00
28810
26b8a98ad4 v1.4.0-preview0423 #283 2020-04-22 14:55:25 +08:00
28810
c78c4ed7ae - 修复 实体类型为 char 时 ExpressionTree 读取失败 bug;#283
- 修复 表达式解析 Include 父子导航可能失败的 bug;
2020-04-22 14:37:30 +08:00
28810
7311ae600c - 修复 Guid -> MapType(string) 在 FreeSql.DbContext 的类型转换错误; 2020-04-22 13:08:38 +08:00
28810
fc4e834452 增加 UnitOfWorkManager 类管理工作单元,移除 FreeSql.UnitOfWork.Current 静态属性; 2020-04-22 03:54:26 +08:00
28810
658540774e v1.4.0-preview0422 2020-04-21 17:16:02 +08:00
28810
50eba05c15 - 优化 WhereDynamic 传入 string 的时候自动转为主键的类型值; 2020-04-21 16:55:32 +08:00
28810
d29a6f596b update Ado Tests 2020-04-21 14:38:14 +08:00
28810
c45d8d3c0b v1.4.0-preview0421 #281 2020-04-20 21:16:23 +08:00
28810
b1660e87a5 - 增加 DbContext 与 EFCore 相似的 FluentApi 对动态类型的处理;#281 2020-04-20 21:13:44 +08:00
28810
67222ba007 - 修复 ISelect.From 内部 WhereIf 二次表达式解析 bug;1.4.0-preview0420 2020-04-20 09:35:03 +08:00
28810
505100c852 - 增加 InsertProvider 对 InsertValueSql 自增字段的处理; 2020-04-19 14:47:37 +08:00
28810
6c8c704260 v1.4.0-preview0419 #279 2020-04-19 00:10:59 +08:00
28810
a0e18b1a68 - 增加 FreeSql.Extensions.JsonMap FluentApi 扩展方法;#279 2020-04-19 00:09:24 +08:00
28810
c0d29b3906 v1.4.0-preview0418 2020-04-18 14:50:30 +08:00
28810
7220877590 - 增加 FreeSqlBuilder 自动识别 EFCore 实体特性 Key/Required/NotMapped/Table/Column;#4 2020-04-16 12:32:24 +08:00
28810
36759402cc - 增加 FreeSql.DbContext OnModelCreating 虚方法,实现在 DbContext 使用 FluentApi;#4 - 移除 FreeSql.Extensions.EfCoreFluentApi,功能移至 FreeSql.DbContext; 2020-04-16 02:58:34 +08:00
28810
07a584c9ab v1.4.0-preview0415 #275 2020-04-15 00:08:06 +08:00
28810
e62e425646 - 增加 IInsert InsertColumns/IgnoreColumns 方法重载输入 string[];#275 2020-04-14 23:49:25 +08:00
28810
0ac564f801 - 增加 FreeSql.Provider.Dameng 基于 DmProvider Ado.net 访问达梦数据库;#155 2020-04-14 23:38:27 +08:00
28810
82b612bae6 v1.4.0-preview0414 #274 2020-04-14 16:46:43 +08:00
28810
aa2aac4536 v1.4.0-preview0413 2020-04-13 19:10:37 +08:00
28810
7ac5f1422d v1.3.6 #270 #269 2020-04-12 19:25:37 +08:00
28810
bd79fc803e rename DbContext Internal Method 2020-04-11 12:02:50 +08:00
28810
0154600d0a 1.4.0-preview20200411 2020-04-10 22:53:35 +08:00