-
Notifications
You must be signed in to change notification settings - Fork 158
Add partial on-demand support and e2e tests to trailbase-db-collectio… #1098
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
base: main
Are you sure you want to change the base?
Conversation
|
3d1226e to
06ae6e3
Compare
…n package Based on TanStack#1090 by @MentalGear. Co-authored-by: MentalGear <2837147+MentalGear@users.noreply.github.com>
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: |
|
This is great thank you for your work! Could you maybe precise what partial support for on-demand means?On 16 Jan 2026, at 10:48, pkg-pr-new[bot] ***@***.***> wrote:pkg-pr-new[bot] left a comment (TanStack/db#1098)
More templates
todos
tanstack-start-example-basic
@tanstack/db-example-paced-mutations-demo
tanstack-start-db-projects-example
@tanstack/db-example-react-todo
@tanstack/db-example-solid-todo
@tanstack/angular-db
npm i ***@***.******@***.***
@tanstack/db
npm i ***@***.******@***.***
@tanstack/db-ivm
npm i ***@***.******@***.***
@tanstack/electric-db-collection
npm i ***@***.******@***.***
@tanstack/offline-transactions
npm i ***@***.******@***.***
@tanstack/powersync-db-collection
npm i ***@***.******@***.***
@tanstack/query-db-collection
npm i ***@***.******@***.***
@tanstack/react-db
npm i ***@***.******@***.***
@tanstack/rxdb-db-collection
npm i ***@***.******@***.***
@tanstack/solid-db
npm i ***@***.******@***.***
@tanstack/svelte-db
npm i ***@***.******@***.***
@tanstack/trailbase-db-collection
npm i ***@***.******@***.***
@tanstack/vue-db
npm i ***@***.******@***.***
commit: b39e8a7
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I'd rather not :hide:. This change should be seen in the broader context of: #1101, which actually adds full support. "Partial" should be read here as just enough to get the mandatory e2e tests working, while being basically broken. In practice the e2e tests make many insufficient assertions, e.g. on filter queries they will only assert that something is being returned, not "what" is being returned. |
|
OK thank you for the honest assessment ! |
…n package
Based on #1090 by @MentalGear.
🎯 Changes
Add a
syncModeoption to the TrailBase collection and adopt e2e tests in line with e.g. electric's.✅ Checklist
pnpm test:pr.🚀 Release Impact