diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-11-17 11:44:45 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-11-17 11:44:45 +0200 |
commit | 9616e3e84946c23f64448978d9459d2a25202833 (patch) | |
tree | 209fe102c7d73b57ff3d2a4cdf68ad2df705704f /mapping/traits.hxx | |
parent | 508512b8db199c5bcc1affc237d6eac4e0a4818d (diff) |
Add examples for Oracle
Diffstat (limited to 'mapping/traits.hxx')
-rw-r--r-- | mapping/traits.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mapping/traits.hxx b/mapping/traits.hxx index 1d2412b..1ef2858 100644 --- a/mapping/traits.hxx +++ b/mapping/traits.hxx @@ -13,6 +13,8 @@ # include "traits-sqlite.hxx" #elif defined(DATABASE_PGSQL) # include "traits-pgsql.hxx" +#elif defined(DATABASE_ORACLE) +# include "traits-oracle.hxx" #endif #endif // TRAITS_HXX |