From d898c4df75e10a6aa0704ffd9952da73ee7d4060 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Wed, 25 May 2011 13:02:22 +0200 Subject: Aesthetic changes and small refactorings --- odb/pgsql/pgsql-types.hxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'odb/pgsql/pgsql-types.hxx') diff --git a/odb/pgsql/pgsql-types.hxx b/odb/pgsql/pgsql-types.hxx index b872e6d..1001702 100644 --- a/odb/pgsql/pgsql-types.hxx +++ b/odb/pgsql/pgsql-types.hxx @@ -23,18 +23,13 @@ namespace odb // struct bind { - // @@ Initial set of buffer types to support numeric, - // text, and binary data types. enum buffer_type { smallint, // Buffer is short; size, capacity, truncated are unused. integer, // Buffer is int; size, capacity, truncated are unused. bigint, // Buffer is long long; size, capacity, truncated are unused. real, // Buffer is float; size, capacity, truncated are unused. - dbl, // Buffer is double; size, capacity, truncated are unused. - - // @@ Do we require different buffer types for each of these? - // + double_, // Buffer is double; size, capacity, truncated are unused. numeric, // Buffer is a char array. text, // Buffer is a char array. bytea // Buffer is a char array. -- cgit v1.1