mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 07:56:28 +00:00
simplified filter compiling - merged into one compiler
This commit is contained in:
2
packages/types/filter-type.d.ts
vendored
2
packages/types/filter-type.d.ts
vendored
@@ -1,8 +1,6 @@
|
||||
export type FilterParserCompilerType = 'sqlTree' | 'mongoCondition' | 'datetime';
|
||||
|
||||
export interface FilterBehaviour {
|
||||
compilerType: FilterParserCompilerType;
|
||||
|
||||
supportEquals?: boolean;
|
||||
supportStringInclusion?: boolean;
|
||||
supportEmpty?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user