Robert L Cochran wrote:
I have a database I created in SQLite 3.2.5, then updated with subsequent versions up to 3.2.7. There are several tables.Version 3.3.1 has a new file format and I'd like to convert the database file to this new format. How do I do that?
sqlite3 olddatabase .dump | sqlite3 newdatabase