|
b97156b482
|
- 增加 IFreeSql.GlobalFilter 全局过滤器;
- 移除 TableAttribute.SelectFilter 功能;
|
2019-10-24 02:17:22 +08:00 |
|
|
78fded3f8e
|
- 增加 IndexAttribute 特性,自动迁移索引,以及对应的 FluentApi 方法;
- 移除 ColumnAttribute.Unique 属性设置,改为 IndexAttribute 特性设置唯一键;
|
2019-10-03 04:31:04 +08:00 |
|
|
6ca226a8e4
|
- 增加 ColumnAttribute 可插入(CanInsert)、可更新(CanUpdate);#99
|
2019-09-26 15:45:40 +08:00 |
|
|
b62afec7bb
|
- 补充 Navigate(ManyToMany = typeof(中间表)) 多对多自定义配置;
|
2019-07-15 18:10:59 +08:00 |
|
|
f8c3608fda
|
源代码改用vs默认格式化
|
2019-06-27 09:40:35 +08:00 |
|
|
611c066481
|
- 合并 FreeSql.DbContext 项目至 FreeSql 维护;
|
2019-06-26 10:09:26 +08:00 |
|