Author: aadamchik
Date: Mon Jan  7 20:24:45 2013
New Revision: 1429995

URL: http://svn.apache.org/viewvc?rev=1429995&view=rev
Log:
CAY-1783 JdbcPkGenerator.longPkFromDatabase would throw an exception if the PK 
value exceeds a range of Java int

release notes

Modified:
    
cayenne/main/branches/STABLE-3.1/docs/doc/src/main/resources/RELEASE-NOTES.txt

Modified: 
cayenne/main/branches/STABLE-3.1/docs/doc/src/main/resources/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.1/docs/doc/src/main/resources/RELEASE-NOTES.txt?rev=1429995&r1=1429994&r2=1429995&view=diff
==============================================================================
--- 
cayenne/main/branches/STABLE-3.1/docs/doc/src/main/resources/RELEASE-NOTES.txt 
(original)
+++ 
cayenne/main/branches/STABLE-3.1/docs/doc/src/main/resources/RELEASE-NOTES.txt 
Mon Jan  7 20:24:45 2013
@@ -39,6 +39,7 @@ CAY-1749 NPE on simple nested context co
 CAY-1755 FaultFailureException resolving relationships to UNIQUE non-PK columns
 CAY-1757 ROP: Faulting entity relationship resets uncommitted modifications 
made to its reverse relationship 
 CAY-1774 EhCacheQueryCache.get(QueryMetadata, QueryCacheEntryFactory) returns 
null if EhCache instance for group is not present
+CAY-1783 JdbcPkGenerator.longPkFromDatabase would throw an exception if the PK 
value exceeds a range of Java int
 
 ----------------------------------
 Release: 3.1B1


Reply via email to