aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/polymorphic-object-statements.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/oracle/polymorphic-object-statements.hxx')
-rw-r--r--odb/oracle/polymorphic-object-statements.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/polymorphic-object-statements.hxx b/odb/oracle/polymorphic-object-statements.hxx
index 88ed575..f3f757d 100644
--- a/odb/oracle/polymorphic-object-statements.hxx
+++ b/odb/oracle/polymorphic-object-statements.hxx
@@ -338,7 +338,7 @@ namespace odb
container_statement_cache_type&
container_statment_cache ()
{
- return container_statement_cache_.get (conn_);
+ return container_statement_cache_.get (conn_, id_image_binding ());
}
public: