You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Michael Bouschen (JIRA)" <ji...@apache.org> on 2016/06/21 19:54:57 UTC

[jira] [Resolved] (JDO-754) Add more logical complement operator JDOQL query tests

     [ https://issues.apache.org/jira/browse/JDO-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Bouschen resolved JDO-754.
----------------------------------
    Resolution: Fixed

Checked in the patch: revision 1749592.

> Add more logical complement operator JDOQL query tests 
> -------------------------------------------------------
>
>                 Key: JDO-754
>                 URL: https://issues.apache.org/jira/browse/JDO-754
>             Project: JDO
>          Issue Type: Task
>          Components: tck
>    Affects Versions: JDO 3.1
>            Reporter: Michael Bouschen
>            Assignee: Michael Bouschen
>             Fix For: JDO 3.2
>
>         Attachments: JDO-754.patch
>
>
> There should be more TCK test cases testing JDOQL queries using a logical complement operator.
> Possible test scenarios, a JDOQL query having a filter with the follwong expressions:
> !(field != value)
> !(field != null)
> !!(field != value)
> !!(field != null)
> !!!(field != value)
> !!!(field != null)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)