version-3.52.0
Fix test cases impacted by the use of ~/.sqliterc
Add the SQLITE_PREPARE_FROM_DDL flag to sqlite3_prepare_v3(). Use this to prevent fts3/4 tables in non-trusted schemas from calling unsafe SQL functions.
Omit explain_i calls from TCL test scripts.
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.
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 a bad assert() in the previous check-in.
Update session module test code to correctly use Tcl_Size instead of int.
Another nano-optimization in kvvfs v2.
Remove unnecessary "www." prefixes on domain names in URLs.