OPENJPA-799 Show as being fixed in 2.0.0-M1

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921022 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-09 18:06:35 +00:00
parent 1623f14972
commit e1e697da05
2 changed files with 2 additions and 0 deletions

View File

@ -803,6 +803,7 @@ Sub-task
Bug
---
* [OPENJPA-799] - slices: can not handle multiple projections in one query ( select count(*), max(fieldA) .......)
* [OPENJPA-801] - slices: basic query is failing on sort.. not sure why
* [OPENJPA-812] - slices: aggregate queries fail if any slice has empty results
* [OPENJPA-821] - slices: DistributedStoreQuery$UpdateExecutor calls executeDelete by mistake

View File

@ -994,6 +994,7 @@ in each release of OpenJPA.</P>
<h4>Bug</h4>
<ul>
<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>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-801'>OPENJPA-801</a>] - slices: basic query is failing on sort.. not sure why</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-812'>OPENJPA-812</a>] - slices: aggregate queries fail if any slice has empty results</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-821'>OPENJPA-821</a>] - slices: DistributedStoreQuery$UpdateExecutor calls executeDelete by mistake</li>