You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "David Johnson (JIRA)" <ji...@apache.org> on 2015/11/05 19:56:27 UTC

[jira] [Created] (USERGRID-1099) Order of operations error in Query Execution

David Johnson created USERGRID-1099:
---------------------------------------

             Summary: Order of operations error in Query Execution
                 Key: USERGRID-1099
                 URL: https://issues.apache.org/jira/browse/USERGRID-1099
             Project: Usergrid
          Issue Type: Bug
            Reporter: David Johnson
            Assignee: David Johnson



I have a test that shows that queries of this form work:
C = c and ( A > a or B = false )

But the very same query formed like this will not work properly:
( A > a or B = false ) and C = c





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