You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by dk...@apache.org on 2013/12/29 16:37:26 UTC

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

Author: dkazimirchyk
Date: Sun Dec 29 15:37:25 2013
New Revision: 1554040

URL: http://svn.apache.org/r1554040
Log:
CAY-1799 ROP: Server can't deserialize LIKE expression with pattern already compiled

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=1554040&r1=1554039&r2=1554040&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 Sun Dec 29 15:37:25 2013
@@ -128,6 +128,7 @@ CAY-1780 cdbimport do not create xml fil
 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
 CAY-1794 Duplicate attributes in discriminator columns of PersistentDescriptor
+CAY-1799 ROP: Server can't deserialize LIKE expression with pattern already compiled
 CAY-1804 Serialisation of long[] type was not working correctly. 
 CAY-1806 Error importing eomodel 
 CAY-1817 NPE during Validate Project