*** DRAFT ***
SQLite Release 3.0.6 On 2004 September 02 (3.0.6 beta)
Changes associated with this release include the following:
- Better detection and handling of corrupt database files.
- The sqlite3_step() interface returns SQLITE_BUSY if it is unable
to commit a change because of a lock
- Combine the implementations of LIKE and GLOB into a single
pattern-matching subroutine.
- Miscellaneous code size optimizations and bug fixes
A complete list of SQLite releases
in a single page is also available. A detailed history of every
check-in is available at
http://www.sqlite.org/src/timeline.
*** DRAFT ***