From 3e23b0478aa8f426e0443d2c4c0189b4da0e6198 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 2 Sep 2013 08:33:25 +0200 Subject: Support for versioning simple value in object --- odb/context.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odb/context.cxx') diff --git a/odb/context.cxx b/odb/context.cxx index 5fc14d4..af07007 100644 --- a/odb/context.cxx +++ b/odb/context.cxx @@ -2402,6 +2402,9 @@ namespace if (discriminator (m)) c_.discriminator++; + if (added (member_path_) || deleted (member_path_)) + c_.soft++; + if (separate_load (member_path_)) c_.separate_load++; -- cgit v1.1