Implement new JDO 2 query tests cases concerning parameters.
------------------------------------------------------------

         Key: JDO-160
         URL: http://issues.apache.org/jira/browse/JDO-160
     Project: JDO
        Type: New Feature
  Components: tck20  
    Reporter: Michael Watzek
 Assigned to: Michael Watzek 


 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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to