At 2:20 PM -0400 6/26/06, [EMAIL PROTECTED] wrote:
SQLite 3.3.0 can read and write all prior versions of SQLite
databases. But SQLite 3.2.8 cannot read or write a database
created by SQLite 3.3.0, unless you use
PRAGMA legacy_file_format=TRUE;
prior to creating the database, or unless you compile 3.3.0
with -DSQLITE_DEFAULT_FILE_FORMAT=1.
Does this forward-incompatibility include the PRAGMA user_version?
Ie., Can 3.2.8 read at least the user_version from a 3.3.0 file, even
if it can't read anything else?
Are there web pages that describe the pros and cons of the new file format?
-pmb