OPENJPA-845 Show as being fixed in 2.0.0-M1

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921010 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-09 17:50:58 +00:00
parent 9a9e0e7f39
commit 1580b38bee
2 changed files with 2 additions and 0 deletions

View File

@ -802,6 +802,7 @@ Sub-task
Bug
---
* [OPENJPA-828] - Externalizer fails with ClassCastException with runtime enhancement
* [OPENJPA-845] - Ordering across slice fails when ordering terms are not included in projection items
* [OPENJPA-886] - Certain query failing after svn:739123
* [OPENJPA-955] - MethodQL parameter passing broken
* [OPENJPA-1039] - Dynamic query predicates must not treat AND OR operators as associative

View File

@ -993,6 +993,7 @@ in each release of OpenJPA.</P>
<h4>Bug</h4>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-828'>OPENJPA-828</a>] - Externalizer fails with ClassCastException with runtime enhancement</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-845'>OPENJPA-845</a>] - Ordering across slice fails when ordering terms are not included in projection items</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-886'>OPENJPA-886</a>] - Certain query failing after svn:739123</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-955'>OPENJPA-955</a>] - MethodQL parameter passing broken</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1039'>OPENJPA-1039</a>] - Dynamic query predicates must not treat AND OR operators as associative</li>