SQLBuilder.Core icon indicating copy to clipboard operation
SQLBuilder.Core copied to clipboard

.NET Standard 2.1、.NET 5、.NET 6、.NET 7 版本SQLBuilder,Expression表达式转换为SQL语句,支持SqlServer、MySql、Oracle、Sqlite、PostgreSql;基于Dapper实现了不同数据库对应的数据仓储Repository;

Results 3 SQLBuilder.Core issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 5.1.2 to 5.1.3. Release notes Sourced from Microsoft.Data.SqlClient's releases. Stable Release v5.1.3 [Stable release 5.1.3] - 2024-01-09 Fixed Fixed encryption downgrade issue. CVE-2024-0056 Fixed certificate chain validation...

dependencies

![image](https://github.com/zqlovejyc/SQLBuilder.Core/assets/73685882/5c03a5f5-db69-4629-8f67-4fd7b6f9cb0d) // 例如:我有一个长度为5000的数组 var Ids = new string[5000]; // 按照2100的长度拆分为多个数组后 var splitIds = List(); // 然后循环splitIds ,并且Linq表达式 Expression where = s=> 1==1; foreach(var ids in splitIds) { where = where.Or(s=>ids.Contains(s.Id);...