You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/03/09 16:46:45 UTC

svn commit: r920930 - in /openjpa/trunk/openjpa-project: CHANGES.txt RELEASE-NOTES.html

Author: dwoods
Date: Tue Mar  9 15:46:45 2010
New Revision: 920930

URL: http://svn.apache.org/viewvc?rev=920930&view=rev
Log:
OPENJPA-1494 Show as being fixed in 2.0.0-beta2

Modified:
    openjpa/trunk/openjpa-project/CHANGES.txt
    openjpa/trunk/openjpa-project/RELEASE-NOTES.html

Modified: openjpa/trunk/openjpa-project/CHANGES.txt
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/CHANGES.txt?rev=920930&r1=920929&r2=920930&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Tue Mar  9 15:46:45 2010
@@ -173,6 +173,7 @@ Bug
     * [OPENJPA-1460] - Fix scope visibility of orm.xml when it is packaged in both ear file and war file
     * [OPENJPA-1483] - count (Distinct e) in JPQL gives wrong result when the id field is a compound primary key
     * [OPENJPA-1485] - isLoaded util method does not behave per spec for collection attributes and basic type
+    * [OPENJPA-1494] - Criteria query IN predicate generates incorrect SQL
     * [OPENJPA-1496] - Fail to set temporal parameter
     * [OPENJPA-1504] - Validation junits should not rely on Hibernate Impl
     * [OPENJPA-1506] - ConfigurationImpl.equals fails using a OpenJPA derived provider

Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=920930&r1=920929&r2=920930&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Tue Mar  9 15:46:45 2010
@@ -241,6 +241,8 @@ in each release of OpenJPA.</P>
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1485'>OPENJPA-1485</a>] -         isLoaded util method does not behave per spec for collection attributes and basic type
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1494'>OPENJPA-1494</a>] -         Criteria query IN predicate generates incorrect SQL
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1496'>OPENJPA-1496</a>] -         Fail to set temporal parameter
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1504'>OPENJPA-1504</a>] -         Validation junits should not rely on Hibernate Impl