mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
perspective fix
This commit is contained in:
@@ -177,6 +177,10 @@ export class PerspectiveDataProvider {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (nextRows.errorMessage) {
|
||||||
|
throw new Error(nextRows.errorMessage);
|
||||||
|
}
|
||||||
|
|
||||||
tableCache.loadedRows = [...tableCache.loadedRows, ...nextRows];
|
tableCache.loadedRows = [...tableCache.loadedRows, ...nextRows];
|
||||||
tableCache.loadedAll = nextRows.length < props.topCount - tableCache.loadedCount;
|
tableCache.loadedAll = nextRows.length < props.topCount - tableCache.loadedCount;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user