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

@@ -54,5 +54,6 @@ export interface SqlDialect {
name: string;
sqlFormatString: string;
disabled?: boolean;
allowEmptyValue?: boolean;
}[];
}