Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for the SQL HAVING parameter in queries #70

Merged
merged 1 commit into from
Feb 9, 2015

Conversation

robUx4
Copy link
Contributor

@robUx4 robUx4 commented Feb 4, 2015

so that all parameters are available

…eters are available

make the Uri fields readable in the package
private Boolean mNotify;
private String mGroupBy;
private Integer mLimit;
Boolean mNotify;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove "private"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because I access the value in other classes I generate for that package. You can replace with getters if you want.

BoD added a commit that referenced this pull request Feb 9, 2015
add support for the SQL HAVING parameter in queries
@BoD BoD merged commit 8639453 into BoD:master Feb 9, 2015
@BoD
Copy link
Owner

BoD commented Feb 9, 2015

Thank you for this quality contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants