Skip to content

Conversation

stevensJourney
Copy link
Collaborator

@stevensJourney stevensJourney commented Sep 5, 2024

Overview

This updates the fork from upstream.

Testing

Verified that the demo loads the SQLite core extension correctly.
image

@@ -1,4 +1,5 @@
# dependencies
# TODO this should be 3.46.0, but there are build errors
SQLITE_VERSION = version-3.44.0
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why this fails for 3.46.0. It seems like this error might be coming from our rust core
image

Comment on lines +228 to 231
return sqlite3_vfs_register(&vfs->base, makeDefault);
}

int setup_powersync()
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not directly related to this PR, but can the powersync setup be moved to main.c? libvfs.c is a weird place for it

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. Will update.

@stevensJourney
Copy link
Collaborator Author

Superseded by #19

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.

5 participants