Lines Matching full:schema
66 /// Schema version at which we switched to results files.
70 /// Queries the schema version of the given database.
72 /// \param file The database from which to query the schema version.
74 /// \return The schema version number.
91 /// \param version_from Current schema version in the database.
92 /// \param version_to Schema version to migrate to.
106 LI(F("Migrating schema of %s from version %s to %s") % file % version_from in migrate_schema_step()
134 throw store::error(F("Schema migration failed: %s") % e.what()); in migrate_schema_step()
217 /// Calculates the path to a schema migration file.
231 /// Backs up a database for schema migration purposes.
238 /// \param old_version Version of the database's CURRENT schema, used to
256 /// Migrates the schema of a database to the current version.
259 /// intermediate version between the schema version in the database to the
263 /// \param file The database whose schema to upgrade.
272 throw error(F("Database already at schema version %s; migration not " in migrate_schema()
275 throw error(F("Database at schema version %s, which is newer than the " in migrate_schema()