fix(basic.gblib): Allow MERGE keyword in storage #380. @othonlima
This commit is contained in:
parent
f5f64fd09b
commit
919b703b4d
1 changed files with 1 additions and 1 deletions
|
@ -2158,7 +2158,7 @@ export class SystemKeywords {
|
|||
do {
|
||||
|
||||
rows = [
|
||||
t.findAll(
|
||||
await t.findAll(
|
||||
paginate(
|
||||
{
|
||||
where: {},
|
||||
|
|
Loading…
Add table
Reference in a new issue