From de8859f33a7296b485bbd5924455bb09bb087c53 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 7 Jun 2011 18:39:14 +0200 Subject: Add pgsql sql_type and sql type parsing implementation --- odb/makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index 504be6a..67e2f89 100644 --- a/odb/makefile +++ b/odb/makefile @@ -51,6 +51,11 @@ relational/mysql/header.cxx \ relational/mysql/source.cxx \ relational/mysql/schema.cxx +# Relational/PostgreSQL +# +cxx_ptun += \ +relational/pgsql/context.cxx + # Relational/SQLite # cxx_ptun += \ -- cgit v1.1