Kasper Sørensen created METAMODEL-15:
----------------------------------------

             Summary: Parse queries with whitespaced elements
                 Key: METAMODEL-15
                 URL: https://issues.apache.org/jira/browse/METAMODEL-15
             Project: Metamodel
          Issue Type: Bug
            Reporter: Kasper Sørensen
            Assignee: Henry Saputra
            Priority: Minor


If a schema, table or column contains white spaces, the MetaModel query parser 
does not recognize them, because the parts after a space are identified as part 
of another token.

For instance, if a column is called "First name", the following query would not 
be parsed correctly:

{code}
SELECT p.First name FROM person p
{code}

Fix :)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to