Skip to content

How do I update SQLite? #102

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

Open
georgevbsantiago opened this issue Mar 26, 2025 · 2 comments
Open

How do I update SQLite? #102

georgevbsantiago opened this issue Mar 26, 2025 · 2 comments

Comments

@georgevbsantiago
Copy link

Hello. First of all, I would like to thank you for developing this library.

Are there any plans to update the SQLite version (3.43.2 - released on 2023-10-10) used by the library to a more recent version (e.g.: 3.49.1 - released on 2025-02-18)?
Version 3.49 has received improvements to the query planner.

If there is no plan to update, can you tell me if it is necessary to make many changes to the SQLite code to update the library? How can we track these changes so that we can try to update the library ourselves?

Thank you very much for this excellent contribution

@siara-cc
Copy link
Owner

@georgevbsantiago Thank you for using this library. There are few esp32 specific changes made to the SQLite source before including it to this repo. I don't remember them offhand. You might do a diff of sqlite3.* to find out.

I will upgrade the version soon.

@georgevbsantiago
Copy link
Author

Thank you very much.
I will try to locate the sqlite3.c and sqlite3.h files from version 3.43.2 in the official SQLite repository to perform the diff.

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

No branches or pull requests

2 participants