You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/sync-rules/src/compatibility.ts
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,16 @@ export class CompatibilityOption {
28
28
CompatibilityEdition.SYNC_STREAMS
29
29
);
30
30
31
+
staticfixedJsonExtract=newCompatibilityOption(
32
+
'fixed_json_extract',
33
+
"Old versions of the sync service used to treat `->> 'foo.bar'` as a two-element JSON path. With this compatibility option enabled, it follows modern SQLite and treats it as a single key. The `$.` prefix would be required to split on `.`.",
0 commit comments