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-23 08:40:56 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f861c9da6ea5763b0cec24aee733c4f2c24c48df
FreeSql
/
Providers
/
FreeSql.Provider.Custom
/
SqlServer
History
2881099
657caedb54
- 修复 CodeFirst 修改表名时重建索引的问题;
2024-12-26 12:01:53 +08:00
..
Curd
- 优化 非 join 的多表查询的 SQL 格式;
2024-12-20 17:23:24 +08:00
CustomSqlServerAdo
- 调整 resources 转换成 static class 静态类;#1917
2024-11-08 14:35:10 +08:00
CustomSqlServerCodeFirst.cs
- 修复 CodeFirst 修改表名时重建索引的问题;
2024-12-26 12:01:53 +08:00
CustomSqlServerDbFirst.cs
- 增加 所有国产数据库支持 CustomMySql、CustomPostgreSQL、CustomOracle、CustomSqlServer 自定义适配;
2022-09-09 01:38:24 +08:00
CustomSqlServerExpression.cs
- 忧化 DateTime.Subtract(date).TotalDays 表达式解析对应 datediff(day, date1, date2);
2024-12-19 17:00:55 +08:00
CustomSqlServerProvider.cs
- 增加 所有国产数据库支持 CustomMySql、CustomPostgreSQL、CustomOracle、CustomSqlServer 自定义适配;
2022-09-09 01:38:24 +08:00
CustomSqlServerUtils.cs
- 修复 DateOnly/TimeOnly 映射问题;#1868
#1855
#1763
#939
#991
2024-08-21 02:55:16 +08:00