*** DRAFT ***
SQLite Release 3.3.10 On 2007 January 9 (3.3.10)
Changes associated with this release include the following:
- Fix bugs in the implementation of the new
sqlite3_prepare_v2() API
that can lead to segfaults.
- Fix 1-second round-off errors in the
strftime() function
- Enhance the Windows OS layer to provide detailed error codes
- Work around a win2k problem so that SQLite can use single-character
database file names
- The
user_version and
schema_version pragmas
correctly set their column names in the result set
- Documentation updates
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 ***