1418 Commits

Author SHA1 Message Date
28810
0ceac25d55 update 2019-08-18 20:55:16 +08:00
28810
fafbfbe58e update 2019-08-18 20:52:48 +08:00
28810
0c36e2fe32 update 2019-08-18 20:49:19 +08:00
2881099
152543950a v0.8.8 2019-08-16 20:44:32 +08:00
2881099
f80308a6eb - 优化 导航属性的关系,友好支持 int/int? 映射; 2019-08-16 20:33:59 +08:00
2881099
da1d7f782a - 修复 IncludeMany 变异 Where 指定的属性类型不一致的 bug;(如 int 和 int?) 2019-08-16 19:51:09 +08:00
2881099
b0314f643e ## v0.8.7
- 修复 导航关系多属性时的错序 bug;
- 修复 延时属性的类,没有设置Namespace时的 bug;
2019-08-16 11:09:48 +08:00
28810
a62d07d2b7 - 修复 DbContext.Save 只查询不更新的bug; 2019-08-14 11:22:34 +08:00
28810
710b12c3e8 BaseRepository 改动 2019-08-13 19:25:11 +08:00
28810
176b60b719 RepositoryDbContext 改动 2019-08-13 19:17:10 +08:00
28810
a79ee52b4f - 优化 DbContext/Repository 局部调整; 2019-08-13 19:13:48 +08:00
28810
79ab3ae217 - 补充 使用 IsIgnore 忽略后,表达式再使用时的友好错误提示; 2019-08-13 17:17:38 +08:00
28810
dce7496b01 v0.8.5 2019-08-13 10:54:35 +08:00
28810
328824216b v0.8.5 2019-08-13 10:53:09 +08:00
28810
6d9b6b6670 - 修复 ISelect Sum/First 子查询时,若子查询实体类与主查询一样时,导致的 bug; 2019-08-12 16:53:13 +08:00
28810
ecda6d8f49 - 修复 ISelect.WhereCascade 当内部使用 (a as BaseEntity).TenantId 时报错的 bug; 2019-08-09 16:05:20 +08:00
28810
ea79084de3 v0.8.4 2019-08-08 09:21:21 +08:00
28810
bf4f0886b4 - 修复 IUpdate.Set 表达式传入匿名类更新多个字段,后表达式未加[]或""的 bug;
- 修复 Aop.ConfigEntityProperty 操作导航属性后,执行 insert 语句认为它也是字段的 bug;
2019-08-08 09:15:03 +08:00
28810
b2cb162922 update SafeObjectPool v2.1.1 2019-08-07 10:06:07 +08:00
28810
71a0552871 内部微调 2019-08-06 13:37:12 +08:00
28810
d22bed3494 v0.8.3 2019-08-06 10:42:32 +08:00
28810
6c0bdc0e9e - 补充 ISelect`T1...T10 LeftJoin/InnerJoin/RightJoin 多参数方法; 2019-08-06 10:32:36 +08:00
28810
4213761c62 修复 查询重复数据时使用 IncludeMany 出现字典重复添加的 bug; 2019-08-05 13:57:53 +08:00
28810
68ab673870 调整 OraclePrimaryKeyName 特性 2019-08-02 10:49:07 +08:00
28810
430618dcb7 - 增加 FreeSql.Provider.Oracle 下的 OraclePrimaryKeyName 特性,手工设置主键名防止默认名过长问题; 2019-08-01 18:29:54 +08:00
28810
b6ca81bfb9 - 增加 表达式函数 string.IsNullOrWhiteSpace 解析; 2019-08-01 12:14:52 +08:00
28810
49a1eecb45 - 优化 内部实体管理的默认值,防止导航属性使用抽象类/接口时出现错误; 2019-08-01 10:05:08 +08:00
28810
8a11e9c794 - 增加 IFreeSql.Select`T1...T10 的多表查询扩展方法; 2019-07-31 11:24:41 +08:00
28810
fcf52f3998 - 修复 Oracle 表达式 DateTime.Subtract(DateTime) 解析 bug; 2019-07-30 18:31:39 +08:00
28810
53cd4f17e1 修改 SyncStructure 返回值 2019-07-30 09:14:50 +08:00
28810
157a0c2805 v0.8.1 2019-07-29 18:45:30 +08:00
28810
77ae9d0024 - 修改 Oracle CodeFirst 使用 OldName 迁移自增字段时,未删除旧的触发器和序列的 bug; 2019-07-29 18:43:59 +08:00
28810
9b80f8cd53 - 优化 IInsert.InsertIdentity 可插入自增属性; 2019-07-29 16:35:36 +08:00
28810
5fc603a18b 增加 FreeSql.Extensions.BaseEntity 项目 2019-07-29 15:35:04 +08:00
28810
8573f642d5 add Examples: base_entity_net45 2019-07-29 11:54:43 +08:00
28810
256963907e - 优化 表达式中不能使用 c# 函数的问题,
> 如:where(a => HttpContext.Session.GetString("UserID") == a.UserId)
2019-07-29 10:27:39 +08:00
28810
4609c910dd - 优化 IUpdate.Set 表达式传入匿名类更新多个字段; 2019-07-26 14:30:03 +08:00
28810
7460ffffaa v0.7.16 2019-07-25 17:41:55 +08:00
28810
380534dfd5 - 修复 CodeFirst 迁移代码注释到数据库,继承的基类未生效的 bug; 2019-07-25 17:14:44 +08:00
28810
fc84f68f3a - 增加 UnitOfWork.Current 静态属性,AsyncLocal 实现 [NETStandard 2.0]; 2019-07-25 16:45:07 +08:00
28810
f9600d6c76 BaseEntity + 异步事务测试 2019-07-25 12:43:07 +08:00
28810
762bd0df2b - 修复 ToList表达式查询赋值string.Empty后产生错误的SQL 2019-07-25 10:11:50 +08:00
28810
96c7ef3845 - 修复 SqlServer IUpdate.ExecuteUpdated 拼接SQL bug; 2019-07-23 19:50:18 +08:00
28810
31f1c22aab update readme 2019-07-22 15:10:00 +08:00
28810
c092de21d1 更新 BaseEntity readme 2019-07-22 15:00:01 +08:00
2881099
2550611410 - 优化 ExpressionTree 类型转换的友好错误提示; 2019-07-20 15:19:21 +08:00
28810
9cc8da637d base_entity 示例项目,通过5种数据库测试 2019-07-19 18:45:41 +08:00
28810
b37919be80 - 增加 ISelect.WhereCascade 实现多表查询时,向每个表中附加条件;
- 增加 Examples 项目 base_entity,利用 BaseEntity 实现简洁的数据库操作;
2019-07-19 18:35:58 +08:00
28810
c403fa6fad - 增加 表达式对基类转换的解析,如:Where(a => (a as BaseEntity).IsDeleted == true); 2019-07-18 19:46:04 +08:00
28810
de28c38d70 - 增加 连接字符串错误时的友好提示; 2019-07-18 11:30:14 +08:00