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/02 22:01:25 UTC

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

Author: arminw
Date: Thu Feb  2 13:01:20 2006
New Revision: 374495

URL: http://svn.apache.org/viewcvs?rev=374495&view=rev
Log:
note batch handling fixes

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=374495&r1=374494&r2=374495&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt Thu Feb  2 13:01:20 2006
@@ -39,7 +39,10 @@
 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
+  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.  
 
 KNOWN ISSUES:
 * Auto-Detection for insert/update objects checks to avoid DB queries the PK fields of the object.
@@ -47,8 +50,6 @@
   needs insert. This will be configurable in next upcoming major version.
   Workaround for PB-api: use method PB#store(Object obj, ObjectModification mod) to state
   update or insert.
-* Batch handling doesn't work properly with optimistic locking. This will be fixed
-  in version 1.1
 * Subqueries are not extent aware. see QueryTest#testSubQueryAgainstExtents
 * Managed Environment: When run OJB in managed environment and using PBStateListener, the call of
   PBStateListener#beforeClose(PBStateEvent event) is made twice when



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