aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/statement.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pgsql/statement.cxx')
-rw-r--r--odb/pgsql/statement.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/pgsql/statement.cxx b/odb/pgsql/statement.cxx
index d522dfa..3aed485 100644
--- a/odb/pgsql/statement.cxx
+++ b/odb/pgsql/statement.cxx
@@ -191,7 +191,7 @@ namespace odb
switch (current_bind.type)
{
- case bind::boolean:
+ case bind::boolean_:
{
l = sizeof (bool);
break;
@@ -295,7 +295,7 @@ namespace odb
switch (b.type)
{
- case bind::boolean:
+ case bind::boolean_:
{
*static_cast<bool*> (b.buffer) =
*reinterpret_cast<const bool*> (v);