aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/section-statements.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-11-17 09:08:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-17 09:08:25 +0200
commit71ba806ccdf7627ca80b65b5ab98cf4b1c6aa575 (patch)
treea509cc7378a85afed0246579c2d7ff4c71597ce2 /odb/pgsql/section-statements.hxx
parent04372ef4d8ef500a4d5b83ee1e6e19d19820c6b8 (diff)
Update PostgreSQL
Diffstat (limited to 'odb/pgsql/section-statements.hxx')
-rw-r--r--odb/pgsql/section-statements.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/pgsql/section-statements.hxx b/odb/pgsql/section-statements.hxx
index e7dcd9e..fd4910e 100644
--- a/odb/pgsql/section-statements.hxx
+++ b/odb/pgsql/section-statements.hxx
@@ -36,6 +36,7 @@ namespace odb
typedef ST traits;
typedef typename traits::image_type image_type;
+ typedef typename traits::id_image_type id_image_type;
typedef pgsql::select_statement select_statement_type;
typedef pgsql::update_statement update_statement_type;
@@ -44,6 +45,7 @@ namespace odb
section_statements (connection_type&,
image_type&,
+ id_image_type&,
binding& id,
binding& idv,
native_binding& idn,