aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/polymorphic-object-result.txx
diff options
context:
space:
mode:
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.