- 修复 Firebird [Index("{tablename}_Name" 分表索引名未处理的 bug;#1346

This commit is contained in:
2881099
2022-11-23 11:58:44 +08:00
parent 4e4f61a822
commit e66c55569d
4 changed files with 4 additions and 4 deletions

View File

@ -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)