aboutsummaryrefslogtreecommitdiff
path: root/common/schema/namespace/test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/schema/namespace/test.hxx')
-rw-r--r--common/schema/namespace/test.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/schema/namespace/test.hxx b/common/schema/namespace/test.hxx
index 351b574..dfaaf19 100644
--- a/common/schema/namespace/test.hxx
+++ b/common/schema/namespace/test.hxx
@@ -92,6 +92,8 @@ struct type
# define DB_SCHEMA ""
#elif defined(ODB_DATABASE_MSSQL)
# define DB_SCHEMA "dbo"
+#elif defined(ODB_DATABASE_COMMON)
+# define DB_SCHEMA "dummy"
#else
# error unknown database
#endif