mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
postgre analyser supports compisite db names
This commit is contained in:
@@ -89,6 +89,7 @@ const drivers = driverBases.map(driverBase => ({
|
||||
await this.query(client, 'SET SESSION CHARACTERISTICS AS TRANSACTION READ ONLY');
|
||||
}
|
||||
|
||||
client._database_name = database;
|
||||
return client;
|
||||
},
|
||||
async close(pool) {
|
||||
|
||||
Reference in New Issue
Block a user