From 9134d603584241135be03ce2e9f2f66a46c44fc6 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 5 Jul 2011 14:12:09 +0200 Subject: Aesthetic changes --- odb/pgsql/query.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'odb/pgsql/query.hxx') diff --git a/odb/pgsql/query.hxx b/odb/pgsql/query.hxx index 1d34545..933ecd9 100644 --- a/odb/pgsql/query.hxx +++ b/odb/pgsql/query.hxx @@ -1527,6 +1527,10 @@ namespace odb { bool dummy; std::size_t size, cap (buffer_.capacity ()); + + // NOTE: Using a fixed size bit type in queries requires + // alternative image buffer type support. + // value_traits::set_image (buffer_, size, dummy, v); size_ = size; -- cgit v1.1