SQLite version 3.8.7.3 is now available on the SQLite website:

     http://www.sqlite.org/
     http://www.sqlite.org/download.html

This is an unscheduled bug-fix release with minimal changes from 3.8.7.2.  Two 
bugs are fixed.  One bug is a use-after-free error (originating in version 
3.8.2) that comes up in applications that use shared-cache mode and do lots of 
closing and reopening of database files.  The second bug (originating in 
version 3.8.6) was that the query optimizer assumed a column with a NOT NULL 
constraint could never be NULL, which turns out to not be true if the table in 
question is the right-hand table of a LEFT JOIN.
---
D. Richard Hipp
d...@sqlite.org



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

Reply via email to