mirror of https://github.com/apache/openjpa.git
OPENJPA-798 Show as being fixed in 2.0.0-M2
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921030 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e1e697da05
commit
ef6e9d8cf1
|
@ -648,6 +648,7 @@ Bug
|
|||
* [OPENJPA-787] - slices query.getSingleResult is broken
|
||||
* [OPENJPA-792] - An entity persist may fail when @MappedSupercalss is specified.
|
||||
* [OPENJPA-795] - enhancer throws an exception when parsing column name "first.name" because it thinks 'first' is a table name
|
||||
* [OPENJPA-798] - slices does can not work with sequences properly (no adding objects?)
|
||||
* [OPENJPA-811] - With Oracle, OpenJPA allows setting non-nullable field to null
|
||||
* [OPENJPA-815] - Exception is thrown when retrieving an entity which contains an embeddable and the embeddable contains a toMany relation
|
||||
* [OPENJPA-818] - TCK module should use Geronimo JPA 2.0 EA jar
|
||||
|
|
|
@ -858,6 +858,7 @@ in each release of OpenJPA.</P>
|
|||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-787'>OPENJPA-787</a>] - slices query.getSingleResult is broken</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-792'>OPENJPA-792</a>] - An entity persist may fail when @MappedSupercalss is specified. </li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-795'>OPENJPA-795</a>] - enhancer throws an exception when parsing column name "first.name" because it thinks 'first' is a table name</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-798'>OPENJPA-798</a>] - slices does can not work with sequences properly (no adding objects?)</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-811'>OPENJPA-811</a>] - With Oracle, OpenJPA allows setting non-nullable field to null</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-815'>OPENJPA-815</a>] - Exception is thrown when retrieving an entity which contains an embeddable and the embeddable contains a toMany relation </li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-818'>OPENJPA-818</a>] - TCK module should use Geronimo JPA 2.0 EA jar</li>
|
||||
|
|
Loading…
Reference in New Issue