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

  /src/external/bsd/kyua-cli/dist/store/
backend_test.cpp 116 ATF_REQUIRE_EQ(store::detail::current_schema_version, md.schema_version());
134 store::detail::current_schema_version = 712; member in class:store::detail
147 store::detail::current_schema_version = 712; member in class:store::detail
188 store::detail::current_schema_version = 123; member in class:store::detail
backend.cpp 60 int store::detail::current_schema_version = 2; member in class:store::detail
152 /// current_schema_version.
157 / (F("schema_v%s.sql") % current_schema_version);
186 if (metadata.schema_version() != detail::current_schema_version) {
187 UNREACHABLE_MSG(F("current_schema_version is out of sync with "
259 if (database_version == detail::current_schema_version) {
261 } else if (database_version < detail::current_schema_version) {
263 } else if (database_version > detail::current_schema_version) {
267 % database_version % detail::current_schema_version); member in class:store::backend::impl::detail
359 const int version_to = detail::current_schema_version;
    [all...]

Completed in 27 milliseconds