aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/database.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-25 07:35:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-25 07:35:45 +0200
commit619348d0d14cf22d36149bafc9594859ac75dfdf (patch)
tree015d99493b6030097b6f4b971d83077c0e12948e /odb/mssql/database.hxx
parentfc0d0547c5211043b3310fba1eb196a83389b828 (diff)
Add support for schema version table
Diffstat (limited to 'odb/mssql/database.hxx')
-rw-r--r--odb/mssql/database.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/mssql/database.hxx b/odb/mssql/database.hxx
index 289b890..47fe5aa 100644
--- a/odb/mssql/database.hxx
+++ b/odb/mssql/database.hxx
@@ -460,6 +460,12 @@ namespace odb
using odb::database::tracer;
+ // Database schema version.
+ //
+ protected:
+ virtual const schema_version_info&
+ load_schema_version (const std::string& schema_name) const;
+
public:
// Database id constant (useful for meta-programming).
//