2610 Commits

Author SHA1 Message Date
28810
8336cf96ca Merge branch 'master' of https://github.com/2881099/FreeSql 2019-05-20 11:25:53 +08:00
28810
a48cf1a912 update readme.md 2019-05-20 11:25:48 +08:00
2881099
c6db0f7dab 注释 MapEntityValue 对非字段属性的赋值 2019-05-18 01:58:59 +08:00
28810
76baa5b9c0 - 增加 IncludeMany Take(5) 功能,实现每个子集合只取5条记录; 2019-05-17 20:40:06 +08:00
28810
0d8acb5ed4 Merge branch 'master' of https://github.com/2881099/FreeSql 2019-05-17 15:16:13 +08:00
28810
5f3aaac19b - 修复 IncludeMany ManyToMany,若中间表未使用 延时加载 属性功能时,出现的 bug; 2019-05-17 15:16:08 +08:00
2881099
d0d227b93a
Update readme.md 2019-05-17 12:49:55 +08:00
28810
c43371884b add tests 2019-05-15 22:28:37 +08:00
28810
93cefb5f92 解决变异的 IncludeMany 在多级使用时,无法使用上层的值映射 2019-05-15 22:14:45 +08:00
28810
1c05852738 补充 IncludeMany 变异向下两级单元测试 2019-05-15 19:40:04 +08:00
28810
7ac0d62ed7 增加 IncludeMany 变异多级单元测试 2019-05-15 19:08:22 +08:00
28810
fe016c017d IncludeMany 非导航加载,支持多级 2019-05-15 17:59:49 +08:00
28810
defaa224fb - 增加 变异的 IncludeMany,即使不是导航属性,也可以贪婪加载; 2019-05-14 18:07:27 +08:00
28810
7238f6797b update 2019-05-14 09:19:53 +08:00
28810
2a0428ffe7 update 2019-05-13 19:46:51 +08:00
28810
d75e2c1ddb add Contributors 2019-05-13 19:46:06 +08:00
28810
5fe35f67e9 - 修改 Query 查询的实体设置了 IsIgnore 时,可能出现 ET 读取位置偏移 bug; 2019-05-13 17:59:27 +08:00
28810
79e21295c3 - 修改 Query/ToList 混合使用时,可能导致的 ET 缓存 bug; 2019-05-12 20:13:56 +08:00
28810
be0f48b629 增加其他数据库,Include 单元测试 2019-05-11 17:28:58 +08:00
28810
dbfc33fef5 - 修改 IncludeMany ManyToMany ET 缓存的 bug;
- 完善 IncludeMany 联合键处理;
- 完善 Include/IncludeMany 单元测试;
- 修复 Include 延时加载 ManyToOne/OneToOne,当值为 null 时,仍然会查询一次数据;
2019-05-11 17:07:24 +08:00
28810
c450176aec update 2019-05-11 07:26:13 +08:00
28810
2229b46cd7 update 2019-05-11 07:25:36 +08:00
28810
c66cb1aeab update 2019-05-11 06:46:13 +08:00
28810
4481064f4e Include 贪婪加载第一版,已通过集合的导航数据加载,包括 OneToMany/ManyToMany 2019-05-11 06:17:09 +08:00
28810
04547c06f8 update 2019-05-09 18:24:47 +08:00
28810
c293a1fb37 - 增加 ToList<Dto>() 方法,作用与 ToList(a => new Dto()) 相同; 2019-05-09 17:02:17 +08:00
28810
e63eb42da6 - 删除 MySql CodeFirst 对表字符集的设置; 2019-05-09 11:42:01 +08:00
28810
a59ef190d4 - 优化 连接预热策略:min pool size 不设置或 <= 0,则默认预热 5个;也可以设置 1; 2019-05-08 19:11:40 +08:00
28810
d15be1d040 表达式优先级解析补丁 2019-05-08 18:36:00 +08:00
28810
8f1bce0574 - 修复 复杂的表达式解析 OR 的括号 bug; 2019-05-08 16:12:33 +08:00
28810
4c1dec64d4 Merge branch 'master' of https://github.com/2881099/FreeSql 2019-05-08 10:51:08 +08:00
28810
03404db54e update 2019-05-08 10:51:04 +08:00
2881099
40bb9804d6
Update readme.md 2019-05-08 00:04:30 +08:00
2881099
91cbe0afc4
Update readme.md 2019-05-08 00:04:02 +08:00
2881099
2467ab9b79
Update readme.md 2019-05-07 23:59:16 +08:00
28810
e970bd731b 取消 FreeSql.Interface 调整 2019-05-07 22:13:15 +08:00
28810
e1c43d6c1c 局部调整 2019-05-07 20:49:07 +08:00
28810
22a6c3d93e - 调整 命名空间,归纳 FreeSql.Interface; 2019-05-07 20:20:38 +08:00
28810
59b1b7220d - 增加 linq to sql 的查询语法,以及单元测试; 2019-05-07 19:09:19 +08:00
28810
7a625be8c9 替换 pageIndex 为 pageNumber 2019-05-06 23:25:09 +08:00
28810
b921231cb7 - 补充 IFreeSql 增加与实现 IDisposable 接口(依然要保持单例的使用习惯);
- 增加 CurdBefore、CurdAfter AOP 方法,可监控执行增删查改;
- 增加 SyncStructureBefore、SyncStructureAfter AOP 方法,可监控CodeFirst迁移;
2019-05-06 21:02:15 +08:00
28810
33e992d96b - 增加 OnInserted、OnUpdated、OnDeleted、OnSelected 等 AOP 方法; 2019-05-05 18:17:04 +08:00
28810
e94b78199d update 2019-05-05 10:07:26 +08:00
28810
eca9d06404 update 2019-05-05 10:06:52 +08:00
28810
37d7865cab add Contributors 2019-04-30 15:51:17 +08:00
2881099
daf7d3d4f4
Update readme.md 2019-04-29 22:59:28 +08:00
2881099
178129d78f
Update readme.md 2019-04-29 22:57:48 +08:00
28810
f5a292ef45 IFreeSql 增加 IDisposable 2019-04-29 18:22:03 +08:00
28810
163fe89bd4 - 补充 nuget 包增加 xmlDoc 编译;
- 调整 Column.Unique 定义规则,解决同一属性不可配置多次的问题;
2019-04-28 17:43:42 +08:00
28810
d49be984bd 配置 xmlDoc 2019-04-28 15:46:37 +08:00