diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-08 15:24:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-08 15:24:47 +0200 |
commit | f040f28940c3d9d29f1ba3ff6280a98433012351 (patch) | |
tree | e86aa8cc21d846e3e9daf5015562e2e78f6b28bb /common | |
parent | 769d02def3524a0f0e21869e7f2c57d9bb046332 (diff) |
More ODB_DATABASE_*/DATABASE_* macro fixes
Diffstat (limited to 'common')
-rw-r--r-- | common/bulk/test.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bulk/test.hxx b/common/bulk/test.hxx index e390e52..85cb5c3 100644 --- a/common/bulk/test.hxx +++ b/common/bulk/test.hxx @@ -213,7 +213,7 @@ namespace test7 // Test SQL Server optimistic concurrency with ROWVERSION. // -#ifdef ODB_DATABASE_MSSQL +#if defined(ODB_DATABASE_MSSQL) || defined(DATABASE_MSSQL) #pragma db namespace table("t8_") namespace test8 { |