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
History
28810
d67e9644eb
- 优化 参考 Chloe 表达式针对变量的解析,提升了一倍性能;
2020-01-04 22:53:39 +08:00
..
CommonProvider
- 增加 ISelect`1.WithSql("select * from user ...") 功能;
2019-12-31 16:26:04 +08:00
Model
- 优化 实体基类的属性位置,优先排在最前面;
#164
2019-12-22 20:10:21 +08:00
CommonExpression.cs
- 优化 参考 Chloe 表达式针对变量的解析,提升了一倍性能;
2020-01-04 22:53:39 +08:00
CommonUtils.cs
- 增加 EfCoreFluentApi 扩展包,接近 efcore fluentApi 的使用习惯;#4
2019-12-29 15:30:43 +08:00
GlobalFilter.cs
- 优化 GlobalFilter Apply 自动重命名表达式参数名,避免内容重复问题;
2019-12-05 20:10:39 +08:00
StringConvertType.cs
添加全局转换实体属性名方法
2019-06-13 14:42:48 +08:00
StringUtils.cs
添加全局转换实体属性名方法
2019-06-13 14:42:48 +08:00
UtilsExpressionTree.cs
- 修复 IAdo.Query\<object\> 字段名重复的 bug;#162
2020-01-03 12:33:19 +08:00