Author: dwoods
Date: Tue Mar 9 18:06:35 2010
New Revision: 921022
URL: http://svn.apache.org/viewvc?rev=921022&view=rev
Log:
OPENJPA-799 Show as being fixed in 2.0.0-M1
Modified:
openjpa/trunk/openjpa-project/CHANGES.txt
openjpa/trunk/openjpa-project/RELEASE-NOTES.html
Modified: openjpa/trunk/openjpa-project/CHANGES.txt
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/CHANGES.txt?rev=921022&r1=921021&r2=921022&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Tue Mar 9 18:06:35 2010
@@ -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
Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=921022&r1=921021&r2=921022&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Tue Mar 9 18:06:35 2010
@@ -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>