Uploaded image for project: 'Usergrid (Retired)'
  1. Usergrid (Retired)
  2. USERGRID-1099

Order of operations error in Query Execution

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.1.0
    • None
    • None
    • Usergrid 32
    • 5

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              djohnson David Johnson
              djohnson David Johnson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: