Skip to content

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