If you use a modern version of SQLite (version 2.6.0 through 2.8.11)
to open an older database file (version 2.1.0 through 2.5.6) the
library will automatically rebuild all the indices in the database
in order to correct a design flaw in the older database files.

I am proposing to drop support for this auto-update feature.
Beginning with 2.8.12, if you attempt to open a database file
built using version 2.5.6 or earlier, the open attempt will
fail (with an appropriate error message).  You will have to
update the database file manually.

Would this proposed change cause anyone unreasonable hardship?
--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to