option allowEmptyValue flag

This commit is contained in:
Jan Prochazka
2024-09-12 08:37:09 +02:00
parent 00a6c19f09
commit fb2b47615f
4 changed files with 8 additions and 1 deletions

View File

@@ -118,6 +118,7 @@ const dialect = {
label: 'Comment',
name: 'objectComment',
sqlFormatString: '^comment = %v',
allowEmptyValue: true,
},
];
},