2540 Commits

Author SHA1 Message Date
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
28810
b05c4f6e90 增加 中文表_字段 的单元测试 2019-04-27 17:58:53 +08:00
28810
b61dfbbe83 Merge branch 'master' of https://github.com/2881099/FreeSql 2019-04-27 15:59:08 +08:00
28810
43d966cc90 - 优化 兼容不同数据库 bool 的表达式解析 2019-04-27 15:59:03 +08:00
2881099
16561cbc94
Update readme.md 2019-04-27 05:44:11 +08:00
2881099
d85c946e25
Update readme.md 2019-04-27 05:41:11 +08:00
2881099
774fb72efc
Update readme.md 2019-04-27 05:32:11 +08:00
2881099
2f0d6be7d3
Update readme.md 2019-04-27 05:28:21 +08:00
28810
74a2cf5317 update 2019-04-27 01:22:38 +08:00
28810
5b20421fbb Merge branch 'dev_type_mapping' 2019-04-27 01:14:49 +08:00
28810
aeee8cc34c - 补充 MapType,Column.MapType 类型映射,可将 enum 映射为 int/string 等 #19 #42;
- 优化 PostgreSQL jsonb 类型使用习惯;
2019-04-27 01:08:34 +08:00
28810
45b785f43b 增加 Column.Unique 唯一键 #42 2019-04-26 23:14:20 +08:00
28810
5bb90a974b - 补充 IDbFirst GetTableByDatabase 返回 uk/fk/index 名称,以便迁移; 2019-04-26 18:10:51 +08:00
28810
47b2960aa2 update 2019-04-26 15:22:32 +08:00
28810
2d3cbc9a27 Merge branch 'master' of https://github.com/2881099/FreeSql 2019-04-26 15:19:58 +08:00
28810
7ee731c1ad update 2019-04-26 15:19:31 +08:00
28810
24df5d6107 - 增加 Column.MapType 类型映射,可将 enum 映射为 int/string 等; 2019-04-26 06:30:30 +08:00
2881099
e26a1246bd
Merge pull request #40 from 2881099/dev_type_mapping
- 补充 Expression IEnumerable<T>.Contains 的支持,之前只能数组或IList<T>;
2019-04-25 17:42:55 +08:00
28810
205421f7e0 - 补充 Expression IEnumerable<T>.Contains 的支持,之前只能数组或IList<T>; 2019-04-25 17:28:25 +08:00
28810
169cf596c0 update 2019-04-25 12:43:08 +08:00
28810
ba33087c80 merge 2019-04-25 12:41:41 +08:00