You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2011/02/15 22:04:22 UTC

svn commit: r1071058 - in /openjpa/branches/2.1.x/openjpa-project: CHANGES.txt RELEASE-NOTES.html

Author: mikedd
Date: Tue Feb 15 21:04:21 2011
New Revision: 1071058

URL: http://svn.apache.org/viewvc?rev=1071058&view=rev
Log:
Update release-notes and changes.txt

Modified:
    openjpa/branches/2.1.x/openjpa-project/CHANGES.txt
    openjpa/branches/2.1.x/openjpa-project/RELEASE-NOTES.html

Modified: openjpa/branches/2.1.x/openjpa-project/CHANGES.txt
URL: http://svn.apache.org/viewvc/openjpa/branches/2.1.x/openjpa-project/CHANGES.txt?rev=1071058&r1=1071057&r2=1071058&view=diff
==============================================================================
--- openjpa/branches/2.1.x/openjpa-project/CHANGES.txt (original)
+++ openjpa/branches/2.1.x/openjpa-project/CHANGES.txt Tue Feb 15 21:04:21 2011
@@ -245,7 +245,8 @@ Bug
     * [OPENJPA-1911] - InvalidStateException is thrown when merge an entity with derived identiy
     * [OPENJPA-1918] - MetaDataRepository.preload() ignores class loader returned by PersistenceUnitInfo.getClassLoader()
     * [OPENJPA-1923] - Allow flexible (non-standard) syntax for collection-valued parameters in IN() expresseion of  JPQL query
-
+    * [OPENJPA-1938] - Typo of time data type in SQLServerdictionary for MSSQL 2008
+    * [OPENJPA-1939] - index identifier max length for DB2 v9 is 128. 
 
 Improvement
 -----------

Modified: openjpa/branches/2.1.x/openjpa-project/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/openjpa/branches/2.1.x/openjpa-project/RELEASE-NOTES.html?rev=1071058&r1=1071057&r2=1071058&view=diff
==============================================================================
--- openjpa/branches/2.1.x/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/branches/2.1.x/openjpa-project/RELEASE-NOTES.html Tue Feb 15 21:04:21 2011
@@ -388,6 +388,10 @@ in each release of OpenJPA.</P>
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1923'>OPENJPA-1923</a>] -         Allow flexible (non-standard) syntax for collection-valued parameters in IN() expresseion of  JPQL query
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1938'>OPENJPA-1938</a>] -         Typo of time data type in SQLServerdictionary for MSSQL 2008
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1939'>OPENJPA-1939</a>] -         index identifier max length for DB2 v9 is 128. 
+</li>
 </ul>
         
 <h2>        Improvement