From 337446204c4b86b40ad83235cb956422158e7fec Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 5 Jul 2011 19:55:31 +0200 Subject: Add traits for PostgreSQL query test --- common/query/traits.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/query/traits.hxx') 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 -- cgit v1.1