[GitHub] metamodel pull request #131: Improved the query builder API by overloading g...

2016-10-08 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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.
---


[GitHub] metamodel pull request #131: Improved the query builder API by overloading g...

2016-09-20 Thread kaspersorensen
GitHub user kaspersorensen opened a pull request:

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

Improved the query builder API by overloading groupBy and having methods

A few minor improvements to the query builder API. I ran into these today 
while building a bit more complex queries than usual and I was missing the 
method support for it in MetaModel.

See syntax examples.

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

$ git pull https://github.com/kaspersorensen/metamodel 
feature/more-fluent-group-and-having

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

https://github.com/apache/metamodel/pull/131.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 #131


commit 30c9bb3f21af81281b7bdf66c6f84e6dedbb8b48
Author: kaspersorensen 
Date:   2016-09-20T15:59:51Z

Improved the query builder API by overloading groupBy and having methods




---
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.
---