Author: aadamchik
Date: Mon Jan  7 20:18:31 2013
New Revision: 1429992

URL: http://svn.apache.org/viewvc?rev=1429992&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/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=1429992&r1=1429991&r2=1429992&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 Mon Jan  7 
20:18:31 2013
@@ -63,3 +63,4 @@ CAY-1757 ROP: Faulting entity relationsh
 CAY-1774 EhCacheQueryCache.get(QueryMetadata, QueryCacheEntryFactory) returns 
null if EhCache instance for group is not present
 CAY-1780 cdbimport do not create xml file in resource folder
 CAY-1782 Deadlock when performing many concurrent inserts
+CAY-1783 JdbcPkGenerator.longPkFromDatabase would throw an exception if the PK 
value exceeds a range of Java int


Reply via email to