mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Postgres Node): Allow users to wrap strings with $$ (#12034)
This commit is contained in:
@@ -143,7 +143,7 @@ export async function execute(
|
||||
}
|
||||
}
|
||||
|
||||
queries.push({ query, values });
|
||||
queries.push({ query, values, options: { partial: true } });
|
||||
}
|
||||
|
||||
return await runQueries(queries, items, nodeOptions);
|
||||
|
||||
Reference in New Issue
Block a user