*** DRAFT ***
SQLite Release 3.2.7 On 2005 September 24 (3.2.7)
Changes associated with this release include the following:
- GROUP BY now considers NULLs to be equal again, as it should
- Now compiles on Solaris and OpenBSD and other Unix variants
that lack the fdatasync() function
- Now compiles on MSVC++6 again
- Fix uninitialized variables causing malfunctions for various obscure
queries
- Correctly compute a LEFT OUTER JOINs that is constrained on the
left table only
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 ***