siara-cc / esp32-idf-sqlite3

Sqlite library for esp-idf (esp32) framework
Apache License 2.0
147 stars 57 forks source link

Upgrade to SQLite 3.46.0 #30

Open fedepell opened 3 months ago

fedepell commented 3 months ago

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.

txf- commented 1 month ago

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