Merge branch 'beta' into build-release-beta-19837863611

This commit is contained in:
Manuel
2022-03-15 00:56:54 +01:00
committed by GitHub
2 changed files with 134 additions and 0 deletions

View File

@@ -375,6 +375,7 @@ class DatabaseController {
// multiple schemas, so instead use loadSchema to get a schema.
this.schemaPromise = null;
this._transactionalSession = null;
this.options = options;
}
collectionExists(className: string): Promise<boolean> {