Allow the code and the DB to have different but compatible schemas.
We check for compatibility by specifying a schema version and minimum schema version in the code, storing them in the DB, and checking whether the DB is too old for the code or vice versa.
Showing
- briar-android/res/values/strings.xml 1 addition, 1 deletionbriar-android/res/values/strings.xml
- briar-api/src/org/briarproject/api/db/DbSchemaException.java 0 additions, 10 deletionsbriar-api/src/org/briarproject/api/db/DbSchemaException.java
- briar-core/src/org/briarproject/db/JdbcDatabase.java 38 additions, 26 deletionsbriar-core/src/org/briarproject/db/JdbcDatabase.java
Please register or sign in to comment