*** DRAFT ***

SQLite Release 3.6.23 On 2010-03-09

  1. Added the secure_delete pragma.
  2. Added the sqlite3_compileoption_used() and sqlite3_compileoption_get() interfaces as well as the compile_options pragma and the sqlite_compileoption_used() and sqlite_compileoption_get() SQL functions.
  3. Added the sqlite3_log() interface together with the SQLITE_CONFIG_LOG verb to sqlite3_config(). The ".log" command is added to the Command Line Interface.
  4. Improvements to FTS3.
  5. Improvements and bug-fixes in support for SQLITE_OMIT_FLOATING_POINT.
  6. The integrity_check pragma is enhanced to detect out-of-order rowids.
  7. The ".genfkey" operator has been removed from the Command Line Interface.
  8. Updates to the co-hosted Lemon LALR(1) parser generator. (These updates did not affect SQLite.)
  9. Various minor bug fixes and performance enhancements.

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.