
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
31/May/06 06:55 PM
|
|
The TCK test class DefaultUnique in package org.apache.jdo.tck.query.result checks the default setting of the query unqiue flag. Today the class runs a COUNT query as the only aggregate test. I propose to add more test queries to cover the other aggregates AVG, MIN, MAX, and SUM.
|
|
Description
|
The TCK test class DefaultUnique in package org.apache.jdo.tck.query.result checks the default setting of the query unqiue flag. Today the class runs a COUNT query as the only aggregate test. I propose to add more test queries to cover the other aggregates AVG, MIN, MAX, and SUM.
|
Show » |
|
JDO-381.patch. It adds more aggregate queries (w/ and w/o grouping) to the DefaultUnique query test class.