mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 10:16:00 +00:00
integration tests WIP
This commit is contained in:
@@ -63,6 +63,9 @@ const driver = {
|
||||
|
||||
return tediousConnect(conn);
|
||||
},
|
||||
async close(pool) {
|
||||
return pool.close();
|
||||
},
|
||||
async queryCore(pool, sql, options) {
|
||||
if (pool._connectionType == 'msnodesqlv8') {
|
||||
return nativeQueryCore(pool, sql, options);
|
||||
|
||||
Reference in New Issue
Block a user