SQLite version 3.7.16 is now available on the SQLite website

    http://www.sqlite.org/

SQLite version 3.7.16 is a regularly scheduled release of SQLite. This release 
contains several langauge enhancements and improvements to the query optimizer. 
A list of the major enhancements and optimizations can be see on the change log 
at

   http://www.sqlite.org/releaselog/3_7_16.html

There was one important bug fix (see Ticket fc7bd6358f, 
http://www.sqlite.org/src/info/fc7bd6358f) that addresses an incorrect query 
result that could have occurred in a three-way join where the join constraints 
compared INTEGER columns to TEXT columns. This bug had been in the code for 
time out of mind and had never before been reported, so we surmise that it is 
very obscure. Nevertheless, all users are advised to upgrade to avoid any 
future problems associated with this bug.

Please send email to the SQLite Users mailing list (sqlite-users@sqlite.org) or 
directly to me if you encounter any problems with this new release.  Thanks.

--
D. Richard Hipp
d...@sqlite.org



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to