readonly support for mysql

This commit is contained in:
Jan Prochazka
2022-03-17 11:26:38 +01:00
parent 4efcef192a
commit 34658e134f
5 changed files with 23 additions and 3 deletions

View File

@@ -199,6 +199,9 @@ module.exports = {
}
socket.emitChanged('connection-list-changed');
socket.emitChanged('used-apps-changed');
if (this._closeAll) {
this._closeAll(connection._id);
}
// for (const db of connection.databases || []) {
// socket.emitChanged(`db-apps-changed-${connection._id}-${db.name}`);
// }