aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/polymorphic-object-result.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-04 12:57:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-04 12:57:25 +0200
commit259a683ec2a4f777f605bdd527b9882c3a965ee3 (patch)
treea8ffb2ed0b71397ba2b4c5176fad1405eff4f153 /odb/pgsql/polymorphic-object-result.txx
parent3b9fabfc20089fe9e9279a287c1db5bb37a6d275 (diff)
Container versioning support
Diffstat (limited to 'odb/pgsql/polymorphic-object-result.txx')
-rw-r--r--odb/pgsql/polymorphic-object-result.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/polymorphic-object-result.txx b/odb/pgsql/polymorphic-object-result.txx
index 233d7ce..d2504eb 100644
--- a/odb/pgsql/polymorphic-object-result.txx
+++ b/odb/pgsql/polymorphic-object-result.txx
@@ -139,7 +139,7 @@ namespace odb
idb.version++;
}
- object_traits::load_ (statements_, *pobj);
+ tc_.load_ (statements_, *pobj, false);
// Load the dynamic part of the object unless static and dynamic
// types are the same.