fixes single object analyser

This commit is contained in:
Jan Prochazka
2021-05-16 14:11:35 +02:00
parent c57a67da09
commit 91741655b7
2 changed files with 13 additions and 3 deletions

View File

@@ -43,6 +43,11 @@ class Analyser extends DatabaseAnalyser {
return this.getRequestedObjectPureNames('views', allViewNames);
}
async _computeSingleObjectId() {
const { pureName } = this.singleObjectFilter;
this.singleObjectId = pureName;
}
async getViewTexts(allViewNames) {
const res = {};
for (const viewName of this.getRequestedViewNames(allViewNames)) {