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/05 19:12:59 UTC

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

Michael Bouschen created JDO-754:
------------------------------------

             Summary: 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


Possible test scenarios:
!(field != value)
!(field != null)
!!(field != value)
!!(field != null)
!!!(field != value)
!!!(field != null)



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