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 19:25:41 UTC

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

Author: dwoods
Date: Tue Mar  9 18:25:40 2010
New Revision: 921042

URL: http://svn.apache.org/viewvc?rev=921042&view=rev
Log:
OPENJPA-645 Show as being fixed in 2.0.0-M1

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=921042&r1=921041&r2=921042&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Tue Mar  9 18:25:40 2010
@@ -804,6 +804,7 @@ Sub-task
 
 Bug
 ---
+    * [OPENJPA-645] - Date millisecond precision lost for Informix IDS and SQLServer
     * [OPENJPA-662] - Version field returns null when explicitly projected in SELECT clause
     * [OPENJPA-677] - Single Table Inheritance Strategy causes entity identity issues
     * [OPENJPA-699] - SQLWarnings not handled properly with WarningAction set to "handle"

Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=921042&r1=921041&r2=921042&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Tue Mar  9 18:25:40 2010
@@ -995,6 +995,7 @@ in each release of OpenJPA.</P>
 
 <h4>Bug</h4>
 <ul>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-645'>OPENJPA-645</a>] - Date millisecond precision lost for Informix IDS and SQLServer</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-662'>OPENJPA-662</a>] - Version field returns null when explicitly projected in SELECT clause</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-677'>OPENJPA-677</a>] - Single Table Inheritance Strategy causes entity identity issues</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-699'>OPENJPA-699</a>] - SQLWarnings not handled properly with WarningAction set to "handle"</li>