SQLite version 3.6.14.2 is now available on the SQLite website.

Version 3.6.14.2 is a very small change over version 3.6.14.1.   
Version 3.6.14.2 fixes a single bug.  The bug report and patch can be  
seen here:

     http://www.sqlite.org/cvstrac/tktview?tn=3879
     http://www.sqlite.org/cvstrac/chngview?cn=6677

The bug that is fixed is an obscure corner-case in part of the code  
generator within the sqlite3_prepare() logic.  Applications are very  
unlikely to hit this bug.  But if they do, SQLite will give the wrong  
answer.  And, though rare, it is difficult to characterize the kinds  
of queries that might hit this bug.  For that reason, we have done an  
unscheduled patch release to fix the problem.

The bug that is fixed was introduced in version 3.6.14.  So upgrading  
is recommended for users of versions 3.6.14 and 3.6.14.1.

D. Richard Hipp
d...@hwaci.com

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

Reply via email to