mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
- 优化 Sqlite 默认使用 AdoPool;
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user