OPENJPA-680 Show as fixed in 2.0.0-M1

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921868 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-11 14:25:49 +00:00
parent dd210a2831
commit 0c65e3c409
2 changed files with 2 additions and 0 deletions

View File

@ -807,6 +807,7 @@ 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-680] - Flush followed by refresh on a new instance returns an instance with all fields but id cleared
* [OPENJPA-699] - SQLWarnings not handled properly with WarningAction set to "handle"
* [OPENJPA-794] - issues with closing/opening entity manager (slices) (can't seem to be able to create multiple entityManagers )
* [OPENJPA-799] - slices: can not handle multiple projections in one query ( select count(*), max(fieldA) .......)

View File

@ -998,6 +998,7 @@ in each release of OpenJPA.</P>
<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-680'>OPENJPA-680</a>] - Flush followed by refresh on a new instance returns an instance with all fields but id cleared</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>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-794'>OPENJPA-794</a>] - issues with closing/opening entity manager (slices) (can't seem to be able to create multiple entityManagers )</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-799'>OPENJPA-799</a>] - slices: can not handle multiple projections in one query ( select count(*), max(fieldA) .......)</li>