feat(editor): Add SQL editor support (#5517)
This commit is contained in:
@@ -90,6 +90,10 @@ export class MicrosoftSql implements INodeType {
|
||||
displayName: 'Query',
|
||||
name: 'query',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
editor: 'sqlEditor',
|
||||
sqlDialect: 'mssql',
|
||||
},
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['executeQuery'],
|
||||
|
||||
Reference in New Issue
Block a user