From d001ec3018787138c2db6c5f6949a00807582774 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 21 Sep 2011 13:00:34 +0200 Subject: Rework const object handling Now objects are always loaded as non-const and the object cache in session treats all objects as non-const. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d997127..0effbe2 100644 --- a/NEWS +++ b/NEWS @@ -70,6 +70,11 @@ Version 1.6.0 For more information, refer to Section 11.2, "MySQL Database Class" in the ODB manual. + * Object cache maintained by a session nor longer distinguishes between + const and non-const objects. Instead, const objects are treated as + non-const by casting away constness. For more information on this new + behavior, refer to Section 9.1, "Object Cache" in the ODB manual. + Version 1.5.0 * Support for the PostgreSQL database. The provided connection factories -- cgit v1.1