neutral schema cond

This commit is contained in:
Jan Prochazka
2024-09-19 17:57:24 +02:00
parent a6136cee25
commit 122471f81f
2 changed files with 6 additions and 5 deletions

View File

@@ -90,7 +90,7 @@ const drivers = driverBases.map(driverBase => ({
await this.query(client, 'SET SESSION CHARACTERISTICS AS TRANSACTION READ ONLY');
}
client._database_name = database;
// client._database_name = database;
return client;
},
async close(pool) {