aboutsummaryrefslogtreecommitdiff
path: root/libcommon/common/concrete.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-17 16:49:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-20 15:45:45 +0200
commit04201d013c2a43d27987122e0118236d74154d77 (patch)
treef806841bec2378ca955a7bea2ca45a978ed39edb /libcommon/common/concrete.hxx
parent16a4099d36ca1cdc33cf6e2b99edce796595341f (diff)
Add initial support for SQL Server test infrastructure
Diffstat (limited to 'libcommon/common/concrete.hxx')
-rw-r--r--libcommon/common/concrete.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcommon/common/concrete.hxx b/libcommon/common/concrete.hxx
index d3c8cc4..b7fde1f 100644
--- a/libcommon/common/concrete.hxx
+++ b/libcommon/common/concrete.hxx
@@ -38,6 +38,13 @@ namespace odb_db = odb::pgsql;
namespace odb_db = odb::oracle;
+#elif defined(DATABASE_MSSQL)
+
+#include <odb/mssql/database.hxx>
+#include <odb/mssql/transaction.hxx>
+
+namespace odb_db = odb::mssql;
+
#endif
#endif // LIBCOMMON_COMMON_CONCRETE_HXX