mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -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(
|
const tables = createTableStruct(
|
||||||
this.getNodeParameter,
|
this.getNodeParameter,
|
||||||
items,
|
items,
|
||||||
['updateKey'],
|
['updateKey'].concat(updateKeys),
|
||||||
'updateKey',
|
'updateKey',
|
||||||
);
|
);
|
||||||
const queriesResults = await executeQueryQueue(
|
const queriesResults = await executeQueryQueue(
|
||||||
|
|
Loading…
Reference in a new issue