mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 23:05:59 +00:00
option allowEmptyValue flag
This commit is contained in:
1
packages/types/dialect.d.ts
vendored
1
packages/types/dialect.d.ts
vendored
@@ -54,5 +54,6 @@ export interface SqlDialect {
|
||||
name: string;
|
||||
sqlFormatString: string;
|
||||
disabled?: boolean;
|
||||
allowEmptyValue?: boolean;
|
||||
}[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user