update

2881099
2021-12-27 22:23:29 +08:00
parent 50fd794ed1
commit 689bedd513
4 changed files with 8 additions and 3 deletions

@@ -2,6 +2,5 @@
"ExpandedNodes": [
""
],
"SelectedNode": "\\修改.md",
"PreviewInSolutionExplorer": false
}

Binary file not shown.

@@ -162,7 +162,7 @@ fsql.Delete<Blog>()
| --- | --- |
| DataType.MySql | Data Source=127.0.0.1;Port=3306;User ID=root;Password=root; Initial Catalog=cccddd;Charset=utf8; SslMode=none;Min pool size=1 |
| DataType.PostgreSQL | Host=192.168.164.10;Port=5432;Username=postgres;Password=123456; Database=tedb;Pooling=true;Minimum Pool Size=1 |
| DataType.SqlServer | Data Source=.;User Id=sa;Password=123456;Initial Catalog=freesqlTest;Pooling=true;Min Pool Size=1 |
| DataType.SqlServer | Data Source=.;User Id=sa;Password=123456;Initial Catalog=freesqlTest;TrustServerCertificate=true;Pooling=true;Min Pool Size=1 |
| DataType.Oracle | user id=user1;password=123456; data source=//127.0.0.1:1521/XE;Pooling=true;Min Pool Size=1 |
| DataType.Sqlite | Data Source=\|DataDirectory\|\document.db; Attachs=xxxtb.db; Pooling=true;Min Pool Size=1 |
| DataType.Firebird | database=localhost:D:\fbdata\EXAMPLES.fdb;user=sysdba;password=123456 |

@@ -1,12 +1,18 @@
大约每三个月一次版本号,暂时以修复 bug 为主
## 未发布
## v3.0.100
- 增加 南大通用 Gbase 国产数据库支持;
- 增加 ClickHouse 数据库语法支持;
- 增加 DbContext/Repository 比较变化方法 CompareState
- 增加 DynamicFilter Custom 自定义解析;
- 增加 ToDataTableByPropertyName 动态查询功能;
- 优化 兼容排序 OrderBy(a => new {}) 语法;
- 优化 pgsql jsonb 映射,支持 Listmysql limit in 子查询;
- 优化 InsertOrUpdate<> 使用 InsertOrUpdate<list<>>时,提示友好异常。
- 修复 BulkCopy 与线程事务未传播的 bug#962
- 修复 AsTreeCte + RereadSql 不能同时使用的 bug#964
- 修复 FreeSql.Generator 工具生成model失败 [#882](https://github.com/dotnetcore/FreeSql/issues/882)
## v2.6.100