GitHub user ashwinrayaprolu1984 opened a pull request:

    https://github.com/apache/metamodel/pull/72

    Updating FromItemParser to parse tableNames with spaces

    I had a requirement where tablename contains spaces.. And FromItemParser is 
throwing exceptions.
    I made []  as token delimiters where i have [schema name.tablename]..
    
    Example where i had issue:  
    
    Query q = dataContext.parseQuery("SELECT * FROM [Aqu Fall 2015 Comp 
Dates.xlsx.Sheet2]”);

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ashwinrayaprolu1984/metamodel master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/metamodel/pull/72.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #72
    
----
commit b0166f081485cf3ea3bdfcda73b1ac7f17b6c4e3
Author: ashwin <ash...@northalley.com>
Date:   2015-11-08T20:28:24Z

    Updating FromItemParser to parse tableNames with spaces

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to