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-26 10:10:56 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f861c9da6ea5763b0cec24aee733c4f2c24c48df
FreeSql
/
Providers
/
FreeSql.Provider.Custom
/
MySql
/
Curd
History
2881099
f861c9da6e
- 修复 MySql8.0.30 无法使用 ExecuteInserted 的问题;#2001
2025-03-27 23:47:30 +08:00
..
CustomMySqlDelete.cs
- 增加 所有国产数据库支持 CustomMySql、CustomPostgreSQL、CustomOracle、CustomSqlServer 自定义适配;
2022-09-09 01:38:24 +08:00
CustomMySqlInsert.cs
- 修复 MySql8.0.30 无法使用 ExecuteInserted 的问题;#2001
2025-03-27 23:47:30 +08:00
CustomMySqlInsertOrUpdate.cs
- 调整 resources 转换成 static class 静态类;#1917
2024-11-08 14:35:10 +08:00
CustomMySqlOnDuplicateKeyUpdate.cs
- 调整 resources 转换成 static class 静态类;#1917
2024-11-08 14:35:10 +08:00
CustomMySqlSelect.cs
- 优化 非 join 的多表查询的 SQL 格式;
2024-12-20 17:23:24 +08:00
CustomMySqlUpdate.cs
- 增加 IUpdate.ExecuteUpdated 指定字段返回;
2023-12-10 23:55:04 +08:00