fix(MySQL Node): Query to statements splitting fix (#9207)

This commit is contained in:
Michael Kret
2024-04-25 16:30:59 +03:00
committed by GitHub
parent 093dcefafc
commit dc844528f4
4 changed files with 61 additions and 8 deletions

View File

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