fix(basic.gblib): Allow MERGE keyword in storage #380. @othonlima

This commit is contained in:
Rodrigo Rodriguez 2023-12-17 15:43:09 -03:00
parent a81f86db9e
commit 6c5c28286c

View file

@ -2159,6 +2159,9 @@ export class SystemKeywords {
rows = [...paged, ...rows];
page++;
count = paged.length;
GBLog.info(`page: ${page}, cached: ${rows.length}.`);
}
},
{
@ -2167,7 +2170,7 @@ export class SystemKeywords {
}
);
GBLog.info(`cached: ${rows.length}.`);
}
else {