- 移除 In多表表达式函数解析 #243;

- 调整 SafeObjectPool 源码移入项目;
This commit is contained in:
28810
2020-03-20 20:32:49 +08:00
parent 25312ceead
commit 72781596bd
49 changed files with 1138 additions and 174 deletions

View File

@ -40,7 +40,7 @@ namespace dbcontext_01
static IFreeSql fsql;
public static void Main(string[] args)
{
var asse = typeof(SafeObjectPool.ObjectPool<>).Assembly;
var asse = typeof(FreeSql.Internal.ObjectPool.ObjectPool<>).Assembly;
fsql = new FreeSql.FreeSqlBuilder()
.UseConnectionString(FreeSql.DataType.Sqlite, @"Data Source=|DataDirectory|\dd2.db;Pooling=true;Max Pool Size=10")