fix(MySQL Node): Fix "Maximum call stack size exceeded" error when handling a large number of rows (#10965)
This commit is contained in:
committed by
GitHub
parent
afbe884dad
commit
62159bd71c
@@ -327,7 +327,7 @@ export class MySqlV1 implements INodeType {
|
||||
{ itemData: { item: index } },
|
||||
);
|
||||
|
||||
collection.push(...executionData);
|
||||
collection = collection.concat(executionData);
|
||||
|
||||
return collection;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user