mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 10:16:00 +00:00
some perspective tests fixed
This commit is contained in:
@@ -201,7 +201,7 @@ export function processPerspectiveDefaultColunns(
|
||||
dbInfos: MultipleDatabaseInfo,
|
||||
conid: string,
|
||||
database: string
|
||||
) {
|
||||
): PerspectiveConfig {
|
||||
while (config.nodes.filter(x => !x.defaultColumnsProcessed).length > 0) {
|
||||
const newConfig = processPerspectiveDefaultColunnsStep(config, dbInfos, conid, database);
|
||||
if (!newConfig) {
|
||||
|
||||
Reference in New Issue
Block a user