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

Upgrade to SQLite 3.46.0 #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fedepell
Copy link

@fedepell fedepell commented Jul 28, 2024

This MR upgrades SQLite to 3.46.0. I've done some initial tests (using the examples) and all works pretty fine, but of course it needs a bit more testing and maybe performance may vary depending on personal use case. In case, if it was not your intention to follow upstream versions (but yeah, 3.25.1 is rather old ;) ), it could just remain here as an open MR and who is interested could profit from there.

Note: besides the bump of the sqlite amalgamation there is a small fix for the build with NDEBUG. I've kept the commits intentionally separate to explicit this.

fedepell added 2 commits July 28, 2024 09:46
Macros AggInfoColumnReg and AggInfoFuncReg use both a comma separated
statement where the first statement is an assert(). With NDEBUG this
generates no code and compilers will error as the first statement
is not valid anymore.
@txf-
Copy link

txf- commented Sep 25, 2024

I have tested the repo this PR is based on. I found no issues on FATFS.

smitkant added a commit to smitkant/esp32-idf-sqlite3 that referenced this pull request Oct 10, 2024
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.

2 participants