- 优化 Sqlite 默认使用 AdoPool;

This commit is contained in:
2881099
2023-08-27 20:52:04 +08:00
parent 37a4b13046
commit d6823b6a21
3 changed files with 8 additions and 20 deletions

View File

@ -600,6 +600,8 @@ namespace base_entity
BaseEntity.Initialization(fsql, () => _asyncUow.Value);
#endregion
var testr1 = fsql.Ado.ExecuteConnectTest();
var dict = new List<Dictionary<string, object>>();
Dictionary<string, object> d = new Dictionary<string, object>();
d.Add("id", 2);