You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2006/02/12 02:57:01 UTC

svn commit: r377109 - /db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt

Author: arminw
Date: Sat Feb 11 17:57:00 2006
New Revision: 377109

URL: http://svn.apache.org/viewcvs?rev=377109&view=rev
Log:
update notes

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/viewcvs/db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt?rev=377109&r1=377108&r2=377109&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt Sat Feb 11 17:57:00 2006
@@ -30,7 +30,7 @@
 NOTES:
 - OJB.properties file changed, replace it when update.
 - Documentation update and improvement: section about using RowReader and using a
-  specific RowReader on class level.
+  specific RowReader on class level, section "performance" reworked.
 
 CHANGES:
 - ODMG-api implementation, internal used locking interface changed to improve performance.
@@ -39,10 +39,12 @@
 Please refer to our Bug tracking site (https://issues.apache.org/jira/browse/OJB)
 to see details for a bug with id OJB-xxx.
 
-- Batch handling doesn't work properly with optimistic locking. Now OJB temporarily disable
+- Fixed: Batch handling doesn't work properly with optimistic locking. Now OJB temporarily disable
   batch-mode for all objects using optimistic locking on update/delete operations.
-- Batch handling doesn't work properly on insert when database identity columns are used.
-  Now OJB execute the batch statement after insert of objects using identity columns.  
+- Fixed: Batch handling doesn't work properly on insert when database identity columns are used.
+  Now OJB execute the batch statement after insert of objects using identity columns.
+- Fixed: Batch handling doesn't work proper when adding new class-descriptor at runtime and when
+  using different metadata profiles.
 
 KNOWN ISSUES:
 * Auto-Detection for insert/update objects checks to avoid DB queries the PK fields of the object.



---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org