From 6fce0f81df649b1d9086fe089304372858ce38ee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 5 Oct 2013 11:21:32 +0200 Subject: Add schema_catalog::base_version() for completeness --- odb/schema-catalog.hxx | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'odb/schema-catalog.hxx') diff --git a/odb/schema-catalog.hxx b/odb/schema-catalog.hxx index 953f099..8b06a79 100644 --- a/odb/schema-catalog.hxx +++ b/odb/schema-catalog.hxx @@ -168,6 +168,17 @@ namespace odb // Schema version information. // public: + // Return the base model version. + // + static schema_version + base_version (const database& db, const std::string& name = "") + { + return base_version (db.id (), name); + } + + static schema_version + base_version (database_id, const std::string& name = ""); + // Return the current model version. // static schema_version -- cgit v1.1