8000 Tags · elavol/FreeSql · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: elavol/FreeSql

Tags

v0.12.21

Toggle v0.12.21's commit message

v0.11.23

Toggle v0.11.23's commit message
- 优化 Contains 表达式解析为 where in 自动拆分,防止大于 1000 的 SQL 错误;

v0.10.15

Toggle v0.10.15's commit message
## v0.10.15 (.Net Framework 4.0)

v0.9.18

Toggle v0.9.18's commit message
## v0.9.18

- 增加 PostgreSQL 的 Odbc 访问提供,相比 FreeSql.Provider.PostgreSQL 支持的类型更少;
- 增加 通用的 Odbc 访问提供,不能迁移实体到数据库,不能 Skip 这样来分页,理论上能 crud 所有 odbc 数据库;

v0.9.17

Toggle v0.9.17's commit message
update

v0.8.5

Toggle v0.8.5's commit message
- 修复 ISelect Sum/First 子查询时,若子查询实体类与主查询一样时,导致的 bug;

v0.7.6

Toggle v0.7.6's commit message
- 修复 Insert/Update 大批量操作分批执行时,如果外部使用了 Ado.Transaction,没有使用线程事务对象,而是创建…

…了新事务的 bug;

v0.7.1

Toggle v0.7.1's commit message
- 修复 .From<T2>.GroupBy Item2 以上无组参数未查找到的 bug dotnetcore#63

0.6.10

Toggle 0.6.10's commit message
- 增加 TableAttribute 特性属性 DisableSyncStructure,当实体对应的是视图时,可使用本功能禁用迁移 d…

…otnetcore#61;

- 增加 FreeSqlBuilder UseEntityPropertyNameConvert() 全局转换实体属性名方法 dotnetcore#60
0