mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 09:15:27 +08:00 
			
		
		
		
	- 移除 In多表表达式函数解析 #243;
- 调整 SafeObjectPool 源码移入项目;
This commit is contained in:
		@@ -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")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user