aboutsummaryrefslogtreecommitdiff
path: root/common/bulk/test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/bulk/test.hxx')
-rw-r--r--common/bulk/test.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/bulk/test.hxx b/common/bulk/test.hxx
index 1e7ce52..e390e52 100644
--- a/common/bulk/test.hxx
+++ b/common/bulk/test.hxx
@@ -5,7 +5,7 @@
#ifndef TEST_HXX
#define TEST_HXX
-#include <common/config.hxx> // HAVE_CXX11, DATABASE_*
+#include <common/config.hxx> // HAVE_CXX11
#include <string>
#include <memory> // std::auto_ptr, std::unique_ptr
@@ -213,7 +213,7 @@ namespace test7
// Test SQL Server optimistic concurrency with ROWVERSION.
//
-#ifdef DATABASE_MSSQL
+#ifdef ODB_DATABASE_MSSQL
#pragma db namespace table("t8_")
namespace test8
{