OPENJPA-645 Show as being fixed in 2.0.0-M1

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921042 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-09 18:25:40 +00:00
parent a140e82bcf
commit 8c8cd98a65
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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>