version-3.53.1
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().
Harden the recovery extension against SQL injections coming from the sqlite_schema table of the database being recovered.
Fix an assertion fault that could occur in RTree when given a corrupt database.
Fix a single-byte OOB read that could occur in the session module when concatenating patchsets.
Fix a predicate which causes a false error in the OPFS SAHPool tests when building with SEE.
Remove unnecessary "www." prefixes on domain names in URLs.