major-release
Fix test cases impacted by the use of ~/.sqliterc
Replace several comment-based switch-fall-through notices with attribute based ones, as suggested in [forum:b6ab8dc547|forum post b6ab8dc547].
Update fts5 scan costs to take into account that a prefix query combined with a rowid equality constraint is still quite expensive.
ext/icu/README.txt: clean up EOL whitespace and add a mention of the --with-icu-... configure flags available as of version 3.48.
Fix an OOB read in the incremental integrity-check extension.
Remove an unused struct.
Always use sqlite3_malloc64() in extensions, where possible.
Fix a few doc typos and inconsistencies. No code changes.
Change some sqlite3_realloc() calls into sqlite3_realloc64().
Add an appropriate _declspec to the declaration of the sqlite3_dbdata_init() function in the recovery extension.
Fix an assertion fault that could occur in RTree when given a corrupt database.
Fix some buffer overreads that might occur in the session module when handling corrupt changesets.
Add some comments to the OPFS async proxy about potential future experimentation. No code changes.
Remove unnecessary "www." prefixes on domain names in URLs.