Issue Details (XML | Word | Printable)

Key: JDO-160
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Michael Watzek
Reporter: Michael Watzek
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JDO

Implement new JDO 2 query tests cases concerning parameters.

Created: 04/Oct/05 09:25 PM   Updated: 19/Oct/05 10:17 PM
Return to search
Component/s: tck2
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works JDO-160.patch 2005-10-13 06:23 PM Michael Watzek 15 kB
File Licensed for inclusion in ASF works JDO-160.patch2 2005-10-18 07:03 PM Michael Watzek 16 kB

Resolution Date: 19/Oct/05 10:17 PM


 Description  « Hide
 We need 4 new test classes, one for each of the following assertions:

- A14.6.3-2: Parameters must all be declared explicitly via declareParameters or all be declared implicitly in the filter.
- A14.6.3-3: Parameters implicitly declared (in the result, filter, grouping, ordering, or range) are identified by prepending a ":" to the parameter everywhere it appears. All parameter types can be determined by one of the following techniques.
- A14.6.13-3: If implicit parameters are used, their order of appearance in the query determines their order for binding to positional parameters for execution.

Details can be found on Wiki page http://wiki.apache.org/jdo/QueryTests#Parameters

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #326551 Wed Oct 19 13:15:52 UTC 2005 brazil JDO-160: Implement new JDO 2 query tests cases concerning parameters.
Files Changed
ADD /incubator/jdo/trunk/tck20/test/java/org/apache/jdo/tck/query/jdoql/parameters/OrderOfParameters.java
MODIFY /incubator/jdo/trunk/tck20/test/conf/alltests.conf
ADD /incubator/jdo/trunk/tck20/test/java/org/apache/jdo/tck/query/jdoql/parameters/MixedParameters.java
ADD /incubator/jdo/trunk/tck20/test/java/org/apache/jdo/tck/query/jdoql/parameters/ImplicitParameters.java

Repository Revision Date User Message
ASF #330775 Fri Nov 04 10:11:14 UTC 2005 mbo JDO-160: removed errorneous test query
Files Changed
MODIFY /incubator/jdo/trunk/tck20/test/java/org/apache/jdo/tck/query/jdoql/parameters/OrderOfParameters.java

Repository Revision Date User Message
ASF #330776 Fri Nov 04 10:12:08 UTC 2005 mbo JDO-160: fixed typo in query filter
Files Changed
MODIFY /incubator/jdo/trunk/tck20/test/java/org/apache/jdo/tck/query/jdoql/parameters/ImplicitParameters.java