aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-12 15:20:52 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-12 15:25:52 +0200
commit35cddc04a69131815d4f704bf9dd011be26a5df8 (patch)
tree9afc5b064dcc7ea081ee31e0a3ec15d3cae5bf81
parentf2b859abd857f71990b8b48bc774fff0fbb5bb9b (diff)
Correct PostgreSQL varbit member image type to ubuffer
-rw-r--r--odb/relational/pgsql/common.cxx2
1 files changed, 1 insertions, 1 deletions
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::