Author: arminw Date: Tue May 15 16:41:39 2007 New Revision: 538386 URL: http://svn.apache.org/viewvc?view=rev&rev=538386 Log: (empty)
Modified: db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt Modified: db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt?view=diff&rev=538386&r1=538385&r2=538386 ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt (original) +++ db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt Tue May 15 16:41:39 2007 @@ -52,6 +52,8 @@ FIXED: Auto-Detection for insert/update objects checks to avoid DB queries the PK fields of the object. If at least one PK field is 'NULL' or if primitive field '0', OJB assume the object is new and needs insert. Now this behavior is pluggable - see 'JDBC-types' docs section +* Pluggable class PersistenceChecker allow to change behavior of detecting persistent objects (differ + persistent objects from transient objects). * [OJB-107] - Support for Clob/Blob field types in persistence capable objects. For more details about handling LOB's with OJB, please see Howto "Using LOB Types" in docs. * [OJB-112] - Tool for forward engineering from repository.xml (creates .xml file compatible @@ -170,6 +172,8 @@ * [OJB-128] - "query by example"ignore inherited fields (using 'table per subclass' mapping) * [OJB-132] - Repository load fails on Turkish * [OJB-133] - Query exception occur if a field name is equals to a database function/keyword +* fix possible memory leak if the user change the descriptor-repository (root class of metadata mappings) + many times at runtime. KNOWN ISSUES: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]