-
Notifications
You must be signed in to change notification settings - Fork 112
Handle pushed down predicates in Electric collection #618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
samwillis
merged 5 commits into
query-driven-sync
from
kevin/pred-pushdown-to-sync-electric-coll
Nov 5, 2025
Merged
Handle pushed down predicates in Electric collection #618
samwillis
merged 5 commits into
query-driven-sync
from
kevin/pred-pushdown-to-sync-electric-coll
Nov 5, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🦋 Changeset detectedLatest commit: 80284c2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
aa2e623 to
2ae236f
Compare
d66c54e to
71cef08
Compare
More templates
@tanstack/angular-db
@tanstack/db
@tanstack/db-ivm
@tanstack/electric-db-collection
@tanstack/offline-transactions
@tanstack/powersync-db-collection
@tanstack/query-db-collection
@tanstack/react-db
@tanstack/rxdb-db-collection
@tanstack/solid-db
@tanstack/svelte-db
@tanstack/trailbase-db-collection
@tanstack/vue-db
commit: |
|
Size Change: 0 B Total Size: 83 kB ℹ️ View Unchanged
|
|
Size Change: 0 B Total Size: 3.34 kB ℹ️ View Unchanged
|
91ea051 to
3493f6d
Compare
49f1f59 to
dd337d8
Compare
samwillis
reviewed
Oct 10, 2025
packages/electric-db-collection/tests/electric-live-query.test.ts
Outdated
Show resolved
Hide resolved
kevin-dp
commented
Oct 13, 2025
packages/electric-db-collection/tests/electric-live-query.test.ts
Outdated
Show resolved
Hide resolved
packages/electric-db-collection/tests/electric-live-query.test.ts
Outdated
Show resolved
Hide resolved
e8e12e7 to
c568caf
Compare
kevin-dp
commented
Oct 14, 2025
bc6190d to
8eab056
Compare
baa4fa2 to
f7211d9
Compare
a732165 to
6ee696c
Compare
f7211d9 to
59e396c
Compare
Base automatically changed from
samwillis/predicate-utils
to
query-driven-sync
November 5, 2025 11:15
5 tasks
Co-authored-by: Kevin De Porre <[email protected]> Co-authored-by: Sam Willis <[email protected]>
e4a6188 to
ffe08e9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
stacked on #669
This PR is a follow up on #617 and modifies the Electric collection to handle predicates that are being pushed down to the Electric collection.