aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/simple-object-statements.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-01-16 16:31:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-01-16 16:31:29 +0200
commit53e67434842568a929cddc4db775dbf958f3d264 (patch)
tree70492c1646b37b3bc10913f252ef7e58d34e1857 /odb/pgsql/simple-object-statements.txx
parent424b08e7e843498923b3c55e576c11cdf4f2e158 (diff)
Make session cache management functions static, add notifications
Diffstat (limited to 'odb/pgsql/simple-object-statements.txx')
-rw-r--r--odb/pgsql/simple-object-statements.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/simple-object-statements.txx b/odb/pgsql/simple-object-statements.txx
index c9eda09..0bad7e5 100644
--- a/odb/pgsql/simple-object-statements.txx
+++ b/odb/pgsql/simple-object-statements.txx
@@ -144,7 +144,7 @@ namespace odb
else
l.loader (db, l.id, *l.obj);
- pointer_cache_traits::initialize (ig.position ());
+ pointer_cache_traits::load (ig.position ());
ig.release ();
}
}