From 5ea5e53521e52a3f63de1f18734bdf2c871bf60c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 26 Nov 2010 13:24:00 +0200 Subject: Add support for recursive object loading If an object of a type needs to be loaded recursively, then it is addded to the delayed loading list which is processed once the statements are unlocked. --- odb/mysql/header.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/mysql/header.cxx') diff --git a/odb/mysql/header.cxx b/odb/mysql/header.cxx index 89b1fe8..1b995a9 100644 --- a/odb/mysql/header.cxx +++ b/odb/mysql/header.cxx @@ -890,9 +890,9 @@ namespace mysql << "query (database&, const query_type&);" << endl; - // Helpers. + // Implementation details. // - os << "private:" << endl + os << "public:" << endl << "static bool" << endl << "find_ (mysql::object_statements&, const id_type&);" << endl; -- cgit v1.1