diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-16 09:50:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-16 09:50:11 +0200 |
commit | 7d74507aacb63f77b763c940ef6fb6c82cb2445a (patch) | |
tree | 9d92e44fd3a5de7a5463b170e5e0a9831d46abeb /mapping/traits.hxx | |
parent | 24f87489a4d315cc01ca9d49a3f0209522fe6729 (diff) |
Add SQL Server support
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 1ef2858..c2bec55 100644 --- a/mapping/traits.hxx +++ b/mapping/traits.hxx @@ -15,6 +15,8 @@ # include "traits-pgsql.hxx" #elif defined(DATABASE_ORACLE) # include "traits-oracle.hxx" +#elif defined(DATABASE_MSSQL) +# include "traits-mssql.hxx" #endif #endif // TRAITS_HXX |