*** DRAFT ***
SQLite Release 3.3.11 On 2007 January 22 (3.3.11)
Changes associated with this release include the following:
- Fix another bug in the implementation of the new
sqlite3_prepare_v2() API.
We'll get it right eventually...
- Fix a bug in the IS NULL optimization that was added in version 3.3.9 -
the bug was causing incorrect results on certain LEFT JOINs that included
in the WHERE clause an IS NULL constraint for the right table of the
LEFT JOIN.
- Make AreFileApisANSI() a no-op macro in WinCE since WinCE does not
support this function.
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 ***