8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
## v0.12.21 dotnetcore#140 dotnetcore#157
- 优化 Contains 表达式解析为 where in 自动拆分,防止大于 1000 的 SQL 错误;
## v0.10.15 (.Net Framework 4.0)
## v0.9.18 - 增加 PostgreSQL 的 Odbc 访问提供,相比 FreeSql.Provider.PostgreSQL 支持的类型更少; - 增加 通用的 Odbc 访问提供,不能迁移实体到数据库,不能 Skip 这样来分页,理论上能 crud 所有 odbc 数据库;
update
- 修复 ISelect Sum/First 子查询时,若子查询实体类与主查询一样时,导致的 bug;
- 修复 Insert/Update 大批量操作分批执行时,如果外部使用了 Ado.Transaction,没有使用线程事务对象,而是创建… …了新事务的 bug;
- 修复 .From<T2>.GroupBy Item2 以上无组参数未查找到的 bug dotnetcore#63;
- 增加 TableAttribute 特性属性 DisableSyncStructure,当实体对应的是视图时,可使用本功能禁用迁移 d… …otnetcore#61; - 增加 FreeSqlBuilder UseEntityPropertyNameConvert() 全局转换实体属性名方法 dotnetcore#60;