28 Commits

Author SHA1 Message Date
2881099
3e3fcf9580 - 移除 IBaseRepository DataFilter 仓储过滤器; 2024-07-24 03:27:31 +08:00
2881099
1f7e978699 - 修复 弱类型 IBaseRepository<object> 级联操作问题;#1740 2024-03-07 18:18:25 +08:00
2881099
5c756e7d75 v3.2.806 #1681 #1680 #1521 #1676 #1568 2023-12-13 21:36:21 +08:00
2881099
1a0507d621 - 增加 IBaseRepository.AsTable 重载方法支持多表表名设置; 2023-12-12 20:45:35 +08:00
2881099
0b23696010 - 移除 Repository Update 时的过滤器验证行为; 2023-12-04 23:34:27 +08:00
2881099
9073ed71a3 - 修复 UnitOfWorkManager + Repository.SaveMany 事务切换问题; 2022-11-08 14:50:26 +08:00
igeekfan
96844fcee3 Update async public换成public async 2022-08-22 22:09:29 +08:00
igeekfan
e956d5313c #1108 合并master冲突 2022-05-21 03:11:07 +08:00
2881099
8ff9d69842 - 修复 Repository.DataFilter 对 GlobalFilter 控制无效的 bug;#1028 #846 2022-05-20 10:02:49 +08:00
igeekfan
83a4bb8039 #694 Exception信息 国际化 多语言 2022-05-20 02:52:58 +08:00
2881099
afd489c0db - 修复 v2.3.100 GlobalFilter 在 Repository 失效的 bug; 2021-03-04 14:21:11 +08:00
2881099
86d543aee9 - 优化 Repository.DataFilter 可禁用 GlobalFilter; 2021-02-02 19:47:56 +08:00
2881099
2947572f05 - 增加 FreeSql.DbContext/Repository Async CancellationToken 参数;#537 2020-11-17 19:44:47 +08:00
28810
5e15749aa8 - 增加 UnitOfWorkManager 工作单元管理器,实现多种传播事务;#289 2020-04-24 01:47:48 +08:00
28810
fc4e834452 增加 UnitOfWorkManager 类管理工作单元,移除 FreeSql.UnitOfWork.Current 静态属性; 2020-04-22 03:54:26 +08:00
28810
bd79fc803e rename DbContext Internal Method 2020-04-11 12:02:50 +08:00
28810
52fbe5ed86 - 优化 DbContext/Repository Orm 属性进行 CURD 与自身事务相同【新突破】;#270 2020-04-10 19:54:43 +08:00
28810
03fe0921ee - 增加 EfCoreFluentApi HasData 设定 CodeFirst 种子数据;
- 完善 EfCoreFluentApi 功能测试;
- 增加 DbContextOptions.NoneParameter 设置是否使用参数化执行 Insert/Update;
2020-04-03 08:55:56 +08:00
28810
58aa99a6e6 - 调整 Repository 接口定义,合并为一个 IBaseRepository; 2020-03-25 13:36:13 +08:00
28810
de8cf9e17d - 增加 .Net Framework 4.0 的支持,出于环境考虑 .Net Framework 4.0 不支持异步方法;
- 增加 IFreeSql.Insert<T>(IEnumerable<T1> source) 方法;
2019-10-21 15:14:18 +08:00
28810
d7877924a5 - 调整 DbContext.EntityChangeInfo 类名为 DbContext.EntityChangeReport.ChangeInfo;
- 调整 IUnitOfWork 接口,移除 OnEntityChange 属性,增加 EntityChangeReport 属性;
2019-10-15 19:18:31 +08:00
28810
e823f9dcd0 - 增加 FreeSql.DbContext 实体对象的变化事件;
> 文档:https://github.com/2881099/FreeSql/wiki/DbContext#%E5%AE%9E%E4%BD%93%E5%8F%98%E5%8C%96%E4%BA%8B%E4%BB%B6
- 补充 Aop.CurdBefore 事件参数 Table 实体类型的元数据;
2019-10-12 01:02:42 +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
f8c3608fda 源代码改用vs默认格式化 2019-06-27 09:40:35 +08:00
28810
611c066481 - 合并 FreeSql.DbContext 项目至 FreeSql 维护; 2019-06-26 10:09:26 +08:00
28810
be5259dd68 移除 FreeSql.DbContext,成为独立项目 2019-04-01 10:48:39 +08:00
28810
a7e06843a9 FreeSql.DbContext 融合 Repository + UnitOfWork 2019-03-30 19:11:17 +08:00