mirror of https://github.com/apache/openjpa.git
OPENJPA-1560 show as being fixed in 2.0.0-beta3
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@927126 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
565b4cdc3f
commit
85bf5b8122
|
@ -241,6 +241,7 @@ Improvement
|
|||
Test
|
||||
----
|
||||
* [OPENJPA-1411] - Include DayTrader test case to OpenJpa
|
||||
* [OPENJPA-1560] - Additional tests for JDBC date/timestamp literals in JPQL
|
||||
* [OPENJPA-1586] - Additional test single valued path expression which references qualified path in JPQL
|
||||
|
||||
|
||||
|
|
|
@ -372,6 +372,8 @@ in each release of OpenJPA.</P>
|
|||
<ul>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1411'>OPENJPA-1411</a>] - Include DayTrader test case to OpenJpa
|
||||
</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1560'>OPENJPA-1560</a>] - Additional tests for JDBC date/timestamp literals in JPQL
|
||||
</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1586'>OPENJPA-1586</a>] - Additional test single valued path expression which references qualified path in JPQL
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue