From a660e88b99c97ddb845a4386af9578d722e18da6 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Wed, 13 Jul 2011 11:01:23 +0200 Subject: Aesthetic changes --- odb/relational/pgsql/source.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/odb/relational/pgsql/source.cxx b/odb/relational/pgsql/source.cxx index 6aaf930..0ed6890 100644 --- a/odb/relational/pgsql/source.cxx +++ b/odb/relational/pgsql/source.cxx @@ -56,13 +56,13 @@ namespace relational "pgsql::bind::boolean", "pgsql::bind::smallint", "pgsql::bind::integer", - "pgsql::bind::bigint", + "pgsql::bind::bigint" }; const char* float_buffer_types[] = { "pgsql::bind::real", - "pgsql::bind::double_", + "pgsql::bind::double_" }; const char* char_bin_buffer_types[] = @@ -70,7 +70,7 @@ namespace relational "pgsql::bind::text", // CHAR "pgsql::bind::text", // VARCHAR "pgsql::bind::text", // TEXT - "pgsql::bind::bytea", // BYTEA + "pgsql::bind::bytea" // BYTEA }; const char* date_time_buffer_types[] = -- cgit v1.1