mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 05:36:00 +00:00
integratyion tests WIP
This commit is contained in:
@@ -112,6 +112,9 @@ const drivers = driverBases.map(driverBase => ({
|
||||
connection._database_name = database;
|
||||
return connection;
|
||||
},
|
||||
async close(pool) {
|
||||
return pool.close();
|
||||
},
|
||||
async query(connection, sql) {
|
||||
if (sql == null) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user