mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 12:35:59 +00:00
feat: firebird use attachOrCreate on connect, add dbFileExtension and locaiton on server to tests
This commit is contained in:
@@ -17,6 +17,8 @@ const dialect = {
|
||||
return `"${s}"`;
|
||||
},
|
||||
|
||||
dbFileExtension: '.fdb',
|
||||
|
||||
createColumn: true,
|
||||
dropColumn: true,
|
||||
changeColumn: true,
|
||||
|
||||
Reference in New Issue
Block a user