mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
master-detail view
This commit is contained in:
4
packages/filterparser/src/filterTool.ts
Normal file
4
packages/filterparser/src/filterTool.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export function getFilterValueExpression(value) {
|
||||
if (value == null) return 'NULL';
|
||||
return `="${value}"`;
|
||||
}
|
||||
@@ -1,2 +1,3 @@
|
||||
export * from './parseFilter';
|
||||
export * from './getFilterType';
|
||||
export * from './filterTool';
|
||||
|
||||
Reference in New Issue
Block a user