mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
🐛 fix mssql update operation
This commit is contained in:
parent
dc7fbbe30d
commit
c1161c2699
|
@ -294,7 +294,7 @@ export class MicrosoftSql implements INodeType {
|
|||
const tables = createTableStruct(
|
||||
this.getNodeParameter,
|
||||
items,
|
||||
['updateKey'],
|
||||
['updateKey'].concat(updateKeys),
|
||||
'updateKey',
|
||||
);
|
||||
const queriesResults = await executeQueryQueue(
|
||||
|
|
Loading…
Reference in a new issue