aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/query.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pgsql/query.hxx')
-rw-r--r--odb/pgsql/query.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/query.hxx b/odb/pgsql/query.hxx
index 5acf24e..23234f3 100644
--- a/odb/pgsql/query.hxx
+++ b/odb/pgsql/query.hxx
@@ -1355,7 +1355,7 @@ namespace odb
virtual void
bind (bind_type* b)
{
- b->type = bind::boolean;
+ b->type = bind::boolean_;
b->buffer = &image_;
}