You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by an...@apache.org on 2009/08/18 14:48:35 UTC

svn commit: r805394 - /cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt

Author: andrey
Date: Tue Aug 18 12:48:34 2009
New Revision: 805394

URL: http://svn.apache.org/viewvc?rev=805394&view=rev
Log:
release notes

Modified:
    cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt

Modified: cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt?rev=805394&r1=805393&r2=805394&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt Tue Aug 18 12:48:34 2009
@@ -22,7 +22,8 @@
 CAY-1235 Implement qualifiers for DBEntities
 CAY-1236 Allow providing custom INSERT, UPDATE, DELETE query builders
 CAY-1241 Add method to ExpressionFactory to match against the primary key of an object or list of objects
-
+CAY-1254 filtering an inExp(a, b) does not work when the path (a) refers to a collection of objects
+CAY-1261 Auto-inject values in NEW objects with declared qualifiers
 
 Bug Fixes Since M6:
 
@@ -32,6 +33,7 @@
 CAY-1229 Fixing DB2 Tests
 CAY-1232 Unit tests failing on Sybase
 CAY-1240 Schema generation dialog has "uncheck all tables" checkbox incorrectly checked by default
+CAY-1248 ClassCastException with OracleLOBBatchAction
 CAY-1252 Bad XML generated when saving DBEntity qualifiers
 
 ----------------------------------