mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	- 修复 Firebird [Index("{tablename}_Name" 分表索引名未处理的 bug;#1346
This commit is contained in:
		@@ -63,7 +63,7 @@ namespace FreeSql.MsAccess
 | 
			
		||||
            {
 | 
			
		||||
                _connectionString = value ?? "";
 | 
			
		||||
 | 
			
		||||
                var minPoolSize = 0;
 | 
			
		||||
                var minPoolSize = 1;
 | 
			
		||||
                var pattern = @"Min\s*pool\s*size\s*=\s*(\d+)";
 | 
			
		||||
                var m = Regex.Match(_connectionString, pattern, RegexOptions.IgnoreCase);
 | 
			
		||||
                if (m.Success)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user