v3.2.687-preview20230117

This commit is contained in:
2881099
2023-01-17 17:25:41 +08:00
parent 49cdfc4961
commit 66f522f58f
31 changed files with 31 additions and 31 deletions

View File

@ -148,7 +148,7 @@ namespace FreeSql.Custom.PostgreSQL
using (var conn = _orm.Ado.MasterPool.Get(TimeSpan.FromSeconds(5)))
{
olddatabase = conn.Value.Database;
is96 = PgVersionIs96(conn.Value.ServerVersion);
is96 = PgVersionIs(conn.Value.ServerVersion, 9, 6);
}
string[] tbname = null;
string[] dbs = database == null || database.Any() == false ? new[] { olddatabase } : database;