aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-13 11:01:23 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-13 11:01:23 +0200
commita660e88b99c97ddb845a4386af9578d722e18da6 (patch)
treed20c3704dfdc125d15947d458de6a10e804bb62c
parentb5bc00cd10475d831de1952086c08fcbcb57dbb6 (diff)
Aesthetic changes
-rw-r--r--odb/relational/pgsql/source.cxx6
1 files 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[] =