From 35cddc04a69131815d4f704bf9dd011be26a5df8 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 12 Jul 2011 15:20:52 +0200 Subject: Correct PostgreSQL varbit member image type to ubuffer --- odb/relational/pgsql/common.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/relational/pgsql/common.cxx b/odb/relational/pgsql/common.cxx index d1b5474..4a22d46 100644 --- a/odb/relational/pgsql/common.cxx +++ b/odb/relational/pgsql/common.cxx @@ -237,7 +237,7 @@ namespace relational void member_image_type:: traverse_varbit (member_info&) { - type_ = "details::buffer"; + type_ = "details::ubuffer"; } void member_image_type:: -- cgit v1.1