fix(basic.gblib): Allow MERGE keyword in storage #380. @othonlima
This commit is contained in:
parent
a81f86db9e
commit
6c5c28286c
1 changed files with 4 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue