From 2fa6a4d00945866e62d980270d5807f3abca75ab Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 7 Apr 2013 10:13:24 +0200 Subject: Don't throw null_pointer on load operations This can be useful during migration. Plus this should be enforced by the database. --- doc/manual.xhtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/manual.xhtml b/doc/manual.xhtml index 52c4f02..e9471fd 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -6082,7 +6082,8 @@ class employee }; -

In this case, if we perform a database operation on the +

In this case, if we call either persist() or + update() database function on the employee object and the current_employer_ pointer or one of the pointers stored in the previous_employers_ container is NULL, -- cgit v1.1