Skip to content

Commit 1660c8c

Browse files
KyleAMathewsclaude
andauthored
Fix changeset & dependency to unblock release (#3800)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 42aee8a commit 1660c8c

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@electric-sql/sync-service": patch
2+
"@core/sync-service": patch
33
---
44

55
Fixed a bug where changes were incorrectly skipped when a record's subquery reference value was in a pending move-in, but the record didn't match other non-subquery conditions in the WHERE clause. For example, with a shape `parent_id IN (SELECT ...) AND status = 'published'`, if the parent became active (triggering a move-in) but the child had `status = 'draft'`, the change would incorrectly be skipped instead of being processed as a delete.

examples/tanstack-db-expo-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"api": "tsx api/index.ts"
1414
},
1515
"dependencies": {
16-
"@electric-sql/client": "1.0.7",
16+
"@electric-sql/client": "1.5.0",
1717
"@expo/metro-runtime": "~5.0.4",
1818
"@tanstack/electric-db-collection": "^0.0.15",
1919
"@tanstack/react-db": "^0.0.27",

pnpm-lock.yaml

Lines changed: 5 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)