mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 fix mssql update operation
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user