mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 09:05:59 +00:00
correctly close connections #920
This commit is contained in:
@@ -371,6 +371,10 @@ const driver = {
|
||||
}
|
||||
return null;
|
||||
},
|
||||
|
||||
async close(dbhan) {
|
||||
return dbhan.client.quit();
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = driver;
|
||||
|
||||
Reference in New Issue
Block a user