feat(MySQL Node): Return decimal types as numbers (#10313)
This commit is contained in:
@@ -134,6 +134,16 @@ export const optionsCollection: INodeProperties = {
|
||||
show: { '/operation': ['select', 'executeQuery'] },
|
||||
},
|
||||
},
|
||||
{
|
||||
displayName: 'Output Decimals as Numbers',
|
||||
name: 'decimalNumbers',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Whether to output DECIMAL types as numbers instead of strings',
|
||||
displayOptions: {
|
||||
show: { '/operation': ['select', 'executeQuery'] },
|
||||
},
|
||||
},
|
||||
{
|
||||
displayName: 'Priority',
|
||||
name: 'priority',
|
||||
|
||||
Reference in New Issue
Block a user