You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "Brandon Shelley (JIRA)" <ji...@apache.org> on 2015/09/03 20:28:47 UTC

[jira] [Created] (USERGRID-994) In 1.0, 'select *' could be implied when building queries. In 2.X, it is not.

Brandon Shelley created USERGRID-994:
----------------------------------------

             Summary: In 1.0, 'select *' could be implied when building queries. In 2.X, it is not.
                 Key: USERGRID-994
                 URL: https://issues.apache.org/jira/browse/USERGRID-994
             Project: Usergrid
          Issue Type: Bug
          Components: Stack
    Affects Versions: 2.0.0
            Reporter: Brandon Shelley


In 1.0, 'select *' could be implied when building queries. In 2.X, it is not.

For example:

{code}where pets = 'Max'{code}

... is a valid query in 1.0, but fails on 2.0.

For legacy support of APIs built using this syntax, we need to support implied 'select *' on 2.X as well.



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