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 5abc365 commit 0863b65Copy full SHA for 0863b65
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