aboutsummaryrefslogtreecommitdiff
path: root/mapping/traits.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-10 15:27:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-10 15:27:52 +0200
commit60b5ffdef2be52e519ea6fc0927c6af4fc086cc5 (patch)
tree49a1d8feeeab0afc2fa4cb5b403ded00e3aa9133 /mapping/traits.hxx
parent7d58675bad74a81489f77738fcccea9f5f20f41f (diff)
Describe commands necessary to manually compile and link each example
Diffstat (limited to 'mapping/traits.hxx')
-rw-r--r--mapping/traits.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/mapping/traits.hxx b/mapping/traits.hxx
index 5579f0c..533b2e3 100644
--- a/mapping/traits.hxx
+++ b/mapping/traits.hxx
@@ -16,6 +16,8 @@
# include "traits-oracle.hxx"
#elif defined(DATABASE_MSSQL)
# include "traits-mssql.hxx"
+#else
+# error unknown database; did you forget to define the DATABASE_* macros?
#endif
#endif // TRAITS_HXX