Hello,
Why not remove the feature but create a seperate utility project that
converts any version of SQLITE DB to the latest version.

In this way SQLite can be just what it is small and fast.  There would be a
tool from the orginal source which you would know would work and simple to
use.

The current version of SQLite would need to error when openning an older
formatted DB file.

regards
Greg



----- Original Message ----- 
From: "D. Richard Hipp" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 07, 2004 1:05 AM
Subject: [sqlite] OK to drop support for legacy file formats?


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


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

Reply via email to