From 05797bc97a08fd995b4ba6311daa48c94f9a4cff Mon Sep 17 00:00:00 2001 From: IGeekFan Date: Wed, 27 Apr 2022 00:44:18 +0800 Subject: [PATCH 1/2] Updated _Sidebar (markdown) --- _Sidebar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_Sidebar.md b/_Sidebar.md index eaf05ae..f4cc6da 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -58,7 +58,7 @@ ## 学习与交流 * [常见问题](%e5%b8%b8%e8%a7%81%e9%97%ae%e9%a2%98) -* [提交Issue](https://github.com/2881099/FreeSql/issues/new) +* [提交Issues](https://github.com/dotnetcore/FreeSql/issues/new/choose) ## 信息 From afcc454cb2e0cb3f4e7e668c9f755cc17915282a Mon Sep 17 00:00:00 2001 From: IGeekFan Date: Wed, 27 Apr 2022 10:50:14 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Updated=20=E6=9B=B4=E6=96=B0=E6=97=A5?= =?UTF-8?q?=E5=BF=97=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 更新日志.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/更新日志.md b/更新日志.md index 6b1c6b6..ddfeb66 100644 --- a/更新日志.md +++ b/更新日志.md @@ -26,7 +26,7 @@ - 修复 UseGenerateCommandParameterWithLambda 子查询 IN bug;#900 - 完善 SqlServer BulkCopy 插入 DateTime 最小值问题; - 优化 DbContext/Repository Update 实体有 ServerTime 既使无状态变化也必然更新的逻辑; - +- 新增[FreeSql.Provider.SqliteCore](http://freesql.net/guide/freesql-provider-sqlitecore.html) 支持Sqlite加密 ## v3.0.100 - 增加 南大通用 Gbase 国产数据库支持;