MSSql/Postgres: Fix visual query editor filter disappearing (#58248) (#58354)

(cherry picked from commit b472306239)
This commit is contained in:
Zoltán Bedi
2022-11-07 17:35:49 +01:00
committed by GitHub
parent 4fee0645a1
commit 4ec37fb058
@@ -72,6 +72,9 @@ export class MssqlDatasource extends SqlDatasource {
}
getDB(): DB {
if (this.db !== undefined) {
return this.db;
}
return {
init: () => Promise.resolve(true),
datasets: () => this.fetchDatasets(),