Skip to content
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

Update upstream sqlite3 package, update powersync core to 0.3.9 #19

Merged
merged 83 commits into from
Jan 24, 2025

Conversation

simolus3
Copy link

@simolus3 simolus3 commented Jan 20, 2025

The most notable change from upstream is support for commit / rollback hooks. This also affects the web build slightly since we need to add new bridging functions to Dart.
Another change is that we're now publishing the SQLite multiple cipher build with our web releases.

simolus3 and others added 26 commits January 17, 2025 16:26
…er-errors

`sqlite3_web`: Fix handling worker errors
We set them to null when closing databases, and crashing if the methods
are unavailable (which they are on older WebAssembly modules) is
terrible.
Avoiding a late final field weirdly seems to fix the issue.
@simolus3 simolus3 requested a review from rkistner January 24, 2025 13:24
@simolus3 simolus3 merged commit 2bab736 into main Jan 24, 2025
30 checks passed
@simolus3 simolus3 deleted the feat/update-upstream-sqlite branch January 24, 2025 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants