We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0caeee commit b49acf0Copy full SHA for b49acf0
packages/sync-rules/src/request_functions.ts
@@ -1,5 +1,5 @@
1
import { ExpressionType } from './ExpressionType.js';
2
-import { jsonExtract, jsonExtractFromRecord } from './sql_functions.js';
+import { jsonExtractFromRecord } from './sql_functions.js';
3
import { ParameterValueSet, SqliteValue } from './types.js';
4
5
export interface SqlParameterFunction {
0 commit comments