aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/polymorphic-object-statements.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-05 15:50:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-05 15:50:07 +0200
commitac6bb5732c203d8cbc79a2010fc7fa53aea00ec5 (patch)
treed58f104398cebfc669308fd5628b64b7fad460ca /odb/oracle/polymorphic-object-statements.hxx
parente480c666a9b5b31c0d18ff506d24967cb6e2fec0 (diff)
Add support for change-tracking containers
ODB now supports "smart" ordered containers. Such containers get extra functions for updating and deleting individual elements. Based on this functionality implement two change-tracking containers: odb::vector (equivalent to std::vector) and QOdbList (equivalent to QList). New tests: common/container/change-tracking and qt/common/container/change- tracking.
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: