mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 修复 Firebird [Index("{tablename}_Name" 分表索引名未处理的 bug;#1346
This commit is contained in:
@ -64,7 +64,7 @@ namespace FreeSql.Firebird
|
||||
{
|
||||
_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