You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add SQLite database application ID and new consistent file extension (#329)
This PR adds the `3948349` integer as the [SQLite Application
ID](https://sqlite.org/fileformat.html#application_id) that is standard
procedure to take when a SQLite database is used as an application file
format[^1]. A new consistent file extension has been chosen.
1. `PRAGMA application_id = SQLITE_DB_APPLICATION_ID` is set for new and
old databases
2. New databases are created with the new file extension
3. Legacy files are renamed for backward compatibility
[^1]: https://sqlite.org/appfileformat.html
0 commit comments