From 18657a960e125336f704ea058e25c27bd3900dcb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 19:28:19 +0200 Subject: Adding upstream version 3.40.1. Signed-off-by: Daniel Baumann --- www/releaselog/3_7_5.html | 154 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 www/releaselog/3_7_5.html (limited to 'www/releaselog/3_7_5.html') diff --git a/www/releaselog/3_7_5.html b/www/releaselog/3_7_5.html new file mode 100644 index 0000000..c5c315f --- /dev/null +++ b/www/releaselog/3_7_5.html @@ -0,0 +1,154 @@ + + + + + +SQLite Release 3.7.5 On 2011-02-01 + + + +
+ + + +
+
+Small. Fast. Reliable.
Choose any three. +
+ + +
+
+ + + +
+
+
+ +

SQLite Release 3.7.5 On 2011-02-01

    +
  1. Added the sqlite3_vsnprintf() interface. +
  2. Added the SQLITE_DBSTATUS_LOOKASIDE_HIT, + SQLITE_DBSTATUS_LOOKASIDE_MISS_SIZE, and + SQLITE_DBSTATUS_LOOKASIDE_MISS_FULL options for the + sqlite3_db_status() interface. +
  3. Added the SQLITE_OMIT_AUTORESET compile-time option. +
  4. Added the SQLITE_DEFAULT_FOREIGN_KEYS compile-time option. +
  5. Updates to sqlite3_stmt_readonly() so that its result is well-defined + for all prepared statements and so that it works with VACUUM. +
  6. Added the "-heap" option to the command-line shell +
  7. Fix a bug involving + frequent changes in and out of WAL mode and + VACUUM that could (in theory) cause database corruption. +
  8. Enhance the sqlite3_trace() mechanism so that nested SQL statements + such as might be generated by virtual tables are shown but are shown + in comments and without parameter expansion. This + greatly improves tracing output when using the FTS3/4 and/or RTREE + virtual tables. +
  9. Change the xFileControl() methods on all built-in VFSes to return + SQLITE_NOTFOUND instead of SQLITE_ERROR for an unrecognized + operation code. +
  10. The SQLite core invokes the SQLITE_FCNTL_SYNC_OMITTED + file control + to the VFS in place of a call to xSync if the database has + PRAGMA synchronous set to OFF. + +

+ +

A complete list of SQLite releases + in a single page and a chronology are both also available. + A detailed history of every + check-in is available at + + SQLite version control site.

+ + -- cgit v1.2.3