Small. Fast. Reliable.
Choose any three.

SQLite Release 3.0.8 On 2004-10-12

  1. Add support for DEFERRED, IMMEDIATE, and EXCLUSIVE transactions.
  2. Allow new user-defined functions to be created when there are already one or more precompiled SQL statements.
  3. Fix portability problems for MinGW/MSYS.
  4. Fix a byte alignment problem on 64-bit Sparc machines.
  5. Fix the ".import" command of the shell so that it ignores \r characters at the end of lines.
  6. The "csv" mode option in the shell puts strings inside double-quotes.
  7. Fix typos in documentation.
  8. Convert array constants in the code to have type "const".
  9. Numerous code optimizations, specially optimizations designed to make the code footprint smaller.

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.