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-24 11:42:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FreeSql
/
Providers
/
FreeSql.Provider.Custom
/
MySql
/
Curd
History
2881099
fd2c692814
- 增加 GlobalFilter.Apply before 参数将过滤条件插入 where 之前;#1566
#1492
2023-07-07 14:23:12 +08:00
..
CustomMySqlDelete.cs
- 增加 所有国产数据库支持 CustomMySql、CustomPostgreSQL、CustomOracle、CustomSqlServer 自定义适配;
2022-09-09 01:38:24 +08:00
CustomMySqlInsert.cs
unittest code
2023-01-16 20:14:43 +08:00
CustomMySqlInsertOrUpdate.cs
- 增加 IInsertOrUpdate.UpdateSet 指定更新;
2023-05-30 18:21:57 +08:00
CustomMySqlOnDuplicateKeyUpdate.cs
- 修复 fsql.InsertOrUpdate CanInsert=false,CanUpdate=true (mysql/pgsql)不生效的 bug;
2022-11-01 18:12:31 +08:00
CustomMySqlSelect.cs
- 增加 GlobalFilter.Apply before 参数将过滤条件插入 where 之前;#1566
#1492
2023-07-07 14:23:12 +08:00
CustomMySqlUpdate.cs
- 增加 所有国产数据库支持 CustomMySql、CustomPostgreSQL、CustomOracle、CustomSqlServer 自定义适配;
2022-09-09 01:38:24 +08:00