You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/08/30 09:07:32 UTC

svn commit: r438403 - /incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-incubating-SNAPSHOT.txt

Author: aadamchik
Date: Wed Aug 30 00:07:31 2006
New Revision: 438403

URL: http://svn.apache.org/viewvc?rev=438403&view=rev
Log:
recording fixed bugs in the RELEASE-NOTES

Modified:
    incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-incubating-SNAPSHOT.txt

Modified: incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-incubating-SNAPSHOT.txt
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-incubating-SNAPSHOT.txt?rev=438403&r1=438402&r2=438403&view=diff
==============================================================================
--- incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-incubating-SNAPSHOT.txt (original)
+++ incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-incubating-SNAPSHOT.txt Wed Aug 30 00:07:31 2006
@@ -17,6 +17,12 @@
 
  CAY-601  	 Problem resolving relationships in nested DataContext
  CAY-603  	 QueryChain.isFetchingDataRows() incorrectly returns "false" - must be "true" all the time
+ CAY-607	Long query name or qualifier expand query text field off screen
+ CAY-608	Prefetch validation incorrectly reports error on multi-step prefetches
+ CAY-639	JDBC datatype of MySQL INT UNSIGNED is mapped as java.lang.Integer should be java.lang.Long
+ CAY-617	ROP: shared session functionality over XMPP is broken
+ CAY-614	ToManyList contains references to transient objects
+ CAY-609	Modeler prevents intermediate prefetch creation
  
 Changes: 
  CAY-623  Removing broken FireBird adapter