mirror of https://github.com/apache/openjpa.git
OPENJPA-662 Show as being fixed in 2.0.0-M1
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921040 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8599f5290a
commit
a140e82bcf
|
@ -804,6 +804,7 @@ Sub-task
|
|||
|
||||
Bug
|
||||
---
|
||||
* [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"
|
||||
* [OPENJPA-794] - issues with closing/opening entity manager (slices) (can't seem to be able to create multiple entityManagers )
|
||||
|
|
|
@ -995,6 +995,7 @@ in each release of OpenJPA.</P>
|
|||
|
||||
<h4>Bug</h4>
|
||||
<ul>
|
||||
<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>
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue