aboutsummaryrefslogtreecommitdiff
path: root/odb/schema-catalog.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-10-05 11:21:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-10-05 11:21:32 +0200
commit6fce0f81df649b1d9086fe089304372858ce38ee (patch)
treeae85f2a9756df94dc4ea2629574d8f0f3dbcdd67 /odb/schema-catalog.hxx
parent17848e4cb98f88806e13a2b6f98a38e36a5d63e0 (diff)
Add schema_catalog::base_version() for completeness
Diffstat (limited to 'odb/schema-catalog.hxx')
-rw-r--r--odb/schema-catalog.hxx11
1 files changed, 11 insertions, 0 deletions
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