A bug in the auto_vacuum logic for SQLite versions 3.16.0 through 3.19.2 can 
(rarely) lead to database corruption.  SQLite version 3.19.3 has just been 
released to fix this bug.

    https://sqlite.org/
    https://sqlite.org/download.html

See https://www.sqlite.org/src/info/fda22108 for more information about the 
bug.  The problem can only arise on databases that have auto_vacuum enabled.  
Nevertheless, all users are encouraged to update.  If you have database files 
that are in auto_vacuum mode, you should consider running VACUUM on those 
databases after updating, in order to clear any database inconsistencies that 
might have been introduced by this bug.

If you encounter any problems with this release, please send email to 
sqlite-us...@mailinglists.sqlite.org or directly to me.  Thanks.

--
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