fix(basic.gblib): Allow MERGE keyword in storage #380. @othonlima
This commit is contained in:
parent
a9bb5e517e
commit
df7300a68c
1 changed files with 1 additions and 2 deletions
|
@ -2166,9 +2166,8 @@ export class SystemKeywords {
|
||||||
{ page, pageSize },
|
{ page, pageSize },
|
||||||
),
|
),
|
||||||
), ...rows];
|
), ...rows];
|
||||||
|
page++;
|
||||||
count = rows.length;
|
count = rows.length;
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue