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/09/10 17:47:12 UTC

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

Author: andrey
Date: Thu Sep 10 15:47:12 2009
New Revision: 813479

URL: http://svn.apache.org/viewvc?rev=813479&view=rev
Log:
CAY-1263 Cayenne Oracle adapter should automatically strip IN clauses with more than 1000 elements

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=813479&r1=813478&r2=813479&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 Thu Sep 10 15:47:12 2009
@@ -25,6 +25,7 @@
 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
+CAY-1263 Cayenne Oracle adapter should automatically strip IN clauses with more than 1000 elements
 CAY-1268 Implement 'setStatementFetchSize' for RelationshipQuery
 CAY-1270 Merge primary key changes