diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-05 19:55:31 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-06 09:52:34 +0200 |
commit | 337446204c4b86b40ad83235cb956422158e7fec (patch) | |
tree | fc8e4f52a56b5d1423f8d59bcb8acaf0de22483a /common/query/traits.hxx | |
parent | 1bea2748804e93f7b29c76a5504c27c0423e30b5 (diff) |
Add traits for PostgreSQL query test
Diffstat (limited to 'common/query/traits.hxx')
-rw-r--r-- | common/query/traits.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/query/traits.hxx b/common/query/traits.hxx index ce8b3e6..ccc279b 100644 --- a/common/query/traits.hxx +++ b/common/query/traits.hxx @@ -12,6 +12,8 @@ # include "traits-mysql.hxx" #elif defined(DATABASE_SQLITE) # include "traits-sqlite.hxx" +#elif defined(DATABASE_PGSQL) +# include "traits-pgsql.hxx" #endif #endif // TRAITS_HXX |