Author: arminw
Date: Wed May 31 11:24:01 2006
New Revision: 410631

URL: http://svn.apache.org/viewvc?rev=410631&view=rev
Log:
update

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?rev=410631&r1=410630&r2=410631&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt Wed May 31 11:24:01 2006
@@ -90,16 +90,18 @@
 NOTES:
 - OJB.properties, repository.dtd files changed, replace it.
 - Documentation update and improvement: section about using RowReader and 
using a
-  specific RowReader on class level, section "performance" reworked.
+  specific RowReader on class level, section "performance" reworked, LOB 
content
+  howto reworked, FAQ improved.
 
 CHANGES:
 - PersistenceBroker interface: new method #serviceLobHelper() added
+- RowReader interface: new method #readValuesFrom(ResultSetAndStatement rs, 
Map row, FieldDescriptor[] fields)
+  added (to improve LOB field support)
 - ODMG-api implementation, internal used locking interface changed to improve 
performance.
 
 BUG FIXES:
 Please refer to our Bug tracking site 
(https://issues.apache.org/jira/browse/OJB)
 to see details for a bug with id OJB-xxx.
-
 - 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.
 - Fixed: Batch handling doesn't work properly on insert when database identity 
columns are used.
@@ -208,7 +210,7 @@
 * [OJB-55] - Getting foreignkeyField's FieldDescriptor is failing if the 
foreignkey
   field is defined in the base class
 * [OJB-59] - Incorrect identity management in SequenceManagerNativeImpl
-  because of wrong plate-forme settings
+  because of wrong platform settings
 * [OJB-62] - addPathClass in QueryByCriteria does not consider inheritance
 * [OJB-63] - Bug when query against objects mapped on multiple joined tables 
("super"-references)
 * [OJB-70] - Connection reset by peer: socket write error



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to