This website requires JavaScript.
Explore
Help
Register
Sign In
tk
/
FreeSql
Watch
1
Star
0
Fork
0
You've already forked FreeSql
mirror of
https://github.com/nsnail/FreeSql.git
synced
2025-04-22 02:32:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FreeSql
/
FreeSql
/
Internal
/
Model
History
28810
59b9b1272b
- 调整 移除对 System.ValueType 的依赖,减少版本冲突问题;(目前 FreeSql.dll 无任何公用库依赖)
2020-03-07 16:08:03 +08:00
..
ColumnInfo.cs
- 完善 [Column(ServerTime = Utc)] 特性,对 Update 时也能生效;
2020-01-06 19:36:30 +08:00
DbToCs.cs
- 调整 移除对 System.ValueType 的依赖,减少版本冲突问题;(目前 FreeSql.dll 无任何公用库依赖)
2020-03-07 16:08:03 +08:00
IndexInfo.cs
- 增加 IndexAttribute 特性,自动迁移索引,以及对应的 FluentApi 方法;
2019-10-03 04:31:04 +08:00
NaviteTuple.cs
- 调整 移除对 System.ValueType 的依赖,减少版本冲突问题;(目前 FreeSql.dll 无任何公用库依赖)
2020-03-07 16:08:03 +08:00
ReadAnonymousTypeInfo.cs
- 调整 移除对 System.ValueType 的依赖,减少版本冲突问题;(目前 FreeSql.dll 无任何公用库依赖)
2020-03-07 16:08:03 +08:00
SelectColumnInfo.cs
源代码改用vs默认格式化
2019-06-27 09:40:35 +08:00
SelectTableInfo.cs
- 增加 ISelect.WhereCascade 实现多表查询时,向每个表中附加条件;
2019-07-19 18:35:58 +08:00
TableInfo.cs
- 增加 IFreeSql.GlobalFilter 全局过滤器;
2019-10-24 02:17:22 +08:00