esp32-idf-sqlite3 icon indicating copy to clipboard operation
esp32-idf-sqlite3 copied to clipboard

Upgrade to SQLite 3.46.0

Open fedepell opened this issue 1 year ago • 1 comments

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 avatar Jul 28 '24 07:07 fedepell

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

txf- avatar Sep 25 '24 10:09 txf-