> 3.0.0 is compatible with 3.5.1 and everything in between. Minor caveats if you happen to use different versions of sqlite libraries accessing the same database files:
- Default databases created with versions 3.3.0 through 3.3.6 cannot be read by versions of sqlite from 3.0.0 through 3.2.8 (unless the legacy file format is explicitly used). - If you VACUUM a 3.3.0 - 3.3.6 database in a later sqlite version it will change the sqlite file format to the sqlite version of the program that issued the VACUUM, and versions 3.3.0 - 3.3.6 will not be able to read the VACUUMed database. Hopefully I've remembered the correct version numbers. ____________________________________________________________________________________ Need a vacation? Get great deals to amazing places on Yahoo! Travel. http://travel.yahoo.com/ ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------