Small. Fast. Reliable.
Choose any three.

SQLite Release 3.8.4.1 On 2014-03-11

Prior changes from version 3.8.4 (2014-03-10):

  1. Code optimization and refactoring for improved performance.
  2. Add the ".clone" and ".save" commands to the command-line shell.
  3. Update the banner on the command-line shell to alert novice users when they are using an ephemeral in-memory database.
  4. Fix editline support in the command-line shell.
  5. Add support for coverage testing of VDBE programs using the SQLITE_TESTCTRL_VDBE_COVERAGE verb of sqlite3_test_control().
  6. Update the _FILE_OFFSET_BITS macro so that builds work again on QNX.
  7. Change the datatype of SrcList.nSrc from type u8 to type int to work around an issue in the C compiler on AIX.
  8. Get extension loading working on Cygwin.
  9. Bug fix: Fix the char() SQL function so that it returns an empty string rather than an "out of memory" error when called with zero arguments.
  10. Bug fix: DISTINCT now recognizes that a zeroblob and a blob of all 0x00 bytes are the same thing. Ticket [fccbde530a]
  11. Bug fix: Compute the correct answer for queries that contain an IS NOT NULL term in the WHERE clause and also contain an OR term in the WHERE clause and are compiled with SQLITE_ENABLE_STAT4. Ticket [4c86b126f2]
  12. Bug fix: Make sure "rowid" columns are correctly resolved in joins between normal tables and WITHOUT ROWID tables. Ticket [c34d0557f7]
  13. Bug fix: Make sure the same temporary registers are not used in concurrent co-routines used to implement compound SELECT statements containing ORDER BY clauses, as such use can lead to incorrect answers. Ticket [8c63ff0eca]
  14. Bug fix: Ensure that "ORDER BY random()" clauses do not get optimized out. Ticket [65bdeb9739]
  15. Bug fix: Repair a name-resolution error that can occur in sub-select statements contained within a TRIGGER. Ticket [4ef7e3cfca]
  16. Bug fix: Fix column default values expressions of the form "DEFAULT(-(-9223372036854775808))" so that they work correctly, initializing the column to a floating point value approximately equal to +9223372036854775808.0.

Changes in this specific patch release, version 3.8.4.1 (2014-03-11):

  1. Work around a C-preprocessor macro conflict that breaks the build for some configurations with Microsoft Visual Studio.
  2. When computing the cost of the skip-scan optimization, take into account the fact that multiple seeks are required.
  3. SQLITE_SOURCE_ID: "2014-03-11 15:27:36 018d317b1257ce68a92908b05c9c7cf1494050d0"
  4. SHA1 for sqlite3.c: d5cd1535053a50aa8633725e3595740b33709ac5

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.