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/quirks.ts
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,15 @@ export class Quirk {
26
26
CompatibilityLevel.SYNC_STREAMS
27
27
);
28
28
29
+
staticlegacyJsonExtract=newQuirk(
30
+
'legacy_json_extract',
31
+
"Old versions of the sync service used to treat `->> 'foo.bar'` as a two-element JSON path. With this quirk fixed, it follows modern SQLite and treats it as a single key. The `$.` prefix would be required to split on `.`.",
0 commit comments