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

Jeffrey  updated USERGRID-1229:
-------------------------------
    Description: 
1. Create tests that fail (George)
2. implement so that tests pass


Given that we have OR syntax such as:

select * where property = value1 or property = value2 or property =  value3

We should allow for IN so the above can be expressed thusly:

select * where property in (value1, value2, value3)

(Note: This request came from the ML from high-priority user.)

> Support IN syntax for queries
> -----------------------------
>
>                 Key: USERGRID-1229
>                 URL: https://issues.apache.org/jira/browse/USERGRID-1229
>             Project: Usergrid
>          Issue Type: Story
>            Reporter: Jeffrey 
>
> 1. Create tests that fail (George)
> 2. implement so that tests pass
> Given that we have OR syntax such as:
> select * where property = value1 or property = value2 or property =  value3
> We should allow for IN so the above can be expressed thusly:
> select * where property in (value1, value2, value3)
> (Note: This request came from the ML from high-priority user.)



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

Reply via email to