fix(Postgres Node): Expressions in query parameters for Postgres executeQuery operation (#10217)

This commit is contained in:
Shireen Missi
2024-07-31 08:39:37 +01:00
committed by GitHub
parent 7e643589c6
commit 519fc4d753
3 changed files with 34 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ export const versionDescription: INodeTypeDescription = {
name: 'postgres',
icon: 'file:postgres.svg',
group: ['input'],
version: [2, 2.1, 2.2, 2.3, 2.4],
version: [2, 2.1, 2.2, 2.3, 2.4, 2.5],
subtitle: '={{ $parameter["operation"] }}',
description: 'Get, add and update data in Postgres',
defaults: {