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-23 03:02:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FreeSql
/
Providers
/
FreeSql.Provider.Odbc
/
MySql
History
hyzx86
aa13fc49a7
为所有数据库 CodeFirst 中的 LocalExecuteScalar 增加 AOP
2023-04-04 16:28:54 +08:00
..
Curd
- 优化 IInsertOrUpdate SetSource tempPrimary 自增的忽略保存;
2023-03-03 19:00:52 +08:00
OdbcMySqlAdo
- 优化 IAdo.ConnectionString 使用 UseConnectionFactory 时值为 NULL 的问题;
2023-01-16 19:16:56 +08:00
OdbcMySqlCodeFirst.cs
为所有数据库 CodeFirst 中的 LocalExecuteScalar 增加 AOP
2023-04-04 16:28:54 +08:00
OdbcMySqlDbFirst.cs
- 修复 MySql DbFirst 获取字段未排序的问题;
2022-07-14 15:55:57 +08:00
OdbcMySqlExpression.cs
- 修复 表达式树解析 string.Concat 多于3个时的 bug;
2023-03-24 12:44:54 +08:00
OdbcMySqlProvider.cs
- 移除 ISelect<T> where T : class 约束限制;#515
2020-11-02 21:01:07 +08:00
OdbcMySqlUtils.cs
- 增加 FreeSqlBuilder UseQuoteSqlName 设置不使用 [] `` "" 限定符号;
2022-12-23 08:22:11 +08:00