mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	v3.2.687-preview20230117
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user