This website requires JavaScript.
Explore
Help
Register
Sign In
weiai
/
FreeSql
Watch
1
Star
0
Fork
0
You've already forked FreeSql
mirror of
https://github.com/dotnetcore/FreeSql.git
synced
2026-02-09 18:00:56 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9a413703154c67155a1b4370606547228b071752
FreeSql
/
FreeSql.DbContext
/
DbContext
History
2881099
d528ccca44
- 修复 resources 转 static class 的遗留问题;
2024-11-22 11:49:11 +08:00
..
DbContext.cs
- 调整 resources 转换成 static class 静态类;#1917
2024-11-08 14:35:10 +08:00
DbContextAsync.cs
- 修复 Repository/DbContext 同一实例执行报错后续无法再 CRUD;
2022-11-07 18:16:54 +08:00
DbContextErrorStrings.cs
- 修复 resources 转 static class 的遗留问题;
2024-11-22 11:49:11 +08:00
DbContextOptions.cs
- 移除 Repository SaveMany;
2024-07-24 21:21:30 +08:00
DbContextOptionsBuilder.cs
- 补充 使用 IsIgnore 忽略后,表达式再使用时的友好错误提示;
2019-08-13 17:17:38 +08:00
DbContextScopedFreeSql.cs
- 优化 UnitOfWork 与 ForUpdate 事务开启逻辑;
2022-12-08 15:49:18 +08:00
DbContextSync.cs
- 修复 Repository/DbContext 同一实例执行报错后续无法再 CRUD;
2022-11-07 18:16:54 +08:00
FreeContext.cs
- 优化 DbContext/Repository Orm 属性进行 CURD 与自身事务相同【新突破】;#270
2020-04-10 19:54:43 +08:00