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 03:32:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FreeSql
/
FreeSql.Tests
/
FreeSql.Tests.Provider.Odbc
History
28810
9f97d67cb2
- 优化 Contains 表达式解析为 where in 自动拆分,防止大于 1000 的 SQL 错误;
2019-11-20 16:06:45 +08:00
..
Default
- 优化 Contains 表达式解析为 where in 自动拆分,防止大于 1000 的 SQL 错误;
2019-11-20 16:06:45 +08:00
MySql
- 优化 Contains 表达式解析为 where in 自动拆分,防止大于 1000 的 SQL 错误;
2019-11-20 16:06:45 +08:00
Oracle
- 优化 Contains 表达式解析为 where in 自动拆分,防止大于 1000 的 SQL 错误;
2019-11-20 16:06:45 +08:00
PostgreSQL
- 优化 Contains 表达式解析为 where in 自动拆分,防止大于 1000 的 SQL 错误;
2019-11-20 16:06:45 +08:00
SqlServer
- 优化 Contains 表达式解析为 where in 自动拆分,防止大于 1000 的 SQL 错误;
2019-11-20 16:06:45 +08:00
FreeSql.Tests.Provider.Odbc.csproj
## v0.9.17 (ODBC)
2019-09-19 23:14:30 +08:00
g.cs
- 增加 MySql 特有功能 Insert Ignore Into;
2019-11-19 12:14:56 +08:00
UnitTest1.cs
- 增加 IFreeSql.GlobalFilter 全局过滤器;
2019-10-24 02:17:22 +08:00