From d44d7c96d38453d5a971b813be4c6635bf0b38fb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 17 Nov 2014 13:35:21 +0200 Subject: Implement bulk database operation support for Oracle and SQL Server --- odb/mysql/section-statements.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb/mysql/section-statements.hxx') diff --git a/odb/mysql/section-statements.hxx b/odb/mysql/section-statements.hxx index bc83942..c4e83ac 100644 --- a/odb/mysql/section-statements.hxx +++ b/odb/mysql/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 mysql::select_statement select_statement_type; typedef mysql::update_statement update_statement_type; @@ -43,7 +44,7 @@ namespace odb typedef mysql::connection connection_type; section_statements (connection_type&, - image_type&, + image_type&, id_image_type&, binding& id, binding& idv); connection_type& -- cgit v1.1