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