HomeSort by: relevance | last modified time | path
    Searched defs:version_from (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/store/
backend.cpp 106 /// \param version_from Current schema version in the database.
111 migrate_schema_step(sqlite::database& db, const int version_from,
114 PRE(version_to == version_from + 1);
116 const fs::path migration = store::detail::migration_file(version_from,
137 /// \param version_from The version from which the database is being upgraded.
142 store::detail::migration_file(const int version_from, const int version_to)
145 / (F("migrate_v%s_v%s.sql") % version_from % version_to);
358 const int version_from = metadata::fetch_latest(db).schema_version(); local
360 if (version_from == version_to) {
362 "needed") % version_from);
    [all...]
backend.cpp 106 /// \param version_from Current schema version in the database.
111 migrate_schema_step(sqlite::database& db, const int version_from,
114 PRE(version_to == version_from + 1);
116 const fs::path migration = store::detail::migration_file(version_from,
137 /// \param version_from The version from which the database is being upgraded.
142 store::detail::migration_file(const int version_from, const int version_to)
145 / (F("migrate_v%s_v%s.sql") % version_from % version_to);
358 const int version_from = metadata::fetch_latest(db).schema_version(); local
360 if (version_from == version_to) {
362 "needed") % version_from);
    [all...]

Completed in 43 milliseconds