aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/query.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-05 14:12:09 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-05 14:12:09 +0200
commit9134d603584241135be03ce2e9f2f66a46c44fc6 (patch)
tree1fa4fce57c129ab891b1b17f8c12094070d86bb3 /odb/pgsql/query.hxx
parent0f04eb5bc2069a63c86489258da06f007d8ac3c7 (diff)
Aesthetic changes
Diffstat (limited to 'odb/pgsql/query.hxx')
-rw-r--r--odb/pgsql/query.hxx4
1 files changed, 4 insertions, 0 deletions
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<T, id_bit>::set_image (buffer_, size, dummy, v);
size_ = size;