GitHub user narahari92 opened a pull request:

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

    changing select(expression) method of Query to support multiple columns ...

    This commit is related to issue METAMODEL - 125. This might not be the 
issue but it's annoying to have multiple select methods for each expression 
(ex. query.select("col1").select("max(col2)") especially if there are multiple 
such columns. This commit fixes this issue and now the above query can be 
specified as query.select("col1,max(col2)").

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

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

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

    https://github.com/apache/metamodel/pull/11.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 #11
    
----
commit 4b7ade730734038503d29c5157fb842934f511a3
Author: Hosur Narahari <[email protected]>
Date:   2015-03-25T15:59:14Z

    changing select(expression) method of Query to support multiple columns and 
expressions in single string

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to