unique db name prop

This commit is contained in:
Jan Prochazka
2024-09-19 18:38:30 +02:00
parent 2181eada53
commit 1de163af44
8 changed files with 9 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ describe('Schema tests', () => {
const schemaConnDef = {
...extractConnection(engine),
database: `${conn.__database_name__}::myschema`,
database: `${conn.__dbgate_database_name__}::myschema`,
};
const schemaConn = await driver.connect(schemaConnDef);