Skip to content

Make LogAggregator::getWhereStatement public #10954

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

Merged
merged 1 commit into from
Dec 3, 2016
Merged

Conversation

tsteur
Copy link
Member

@tsteur tsteur commented Dec 3, 2016

When using generateQuery() in to archive reports it will automatically bind parameters from getGeneralQueryBindParams(). This works only when also applying the matching where statement that is generated by getWhereStatement(). Therefore the method needs to be public, otherwise generateQuery() is not really useful and may invalidate many plugins over time.

When using `generateQuery()` in to archive reports it will automatically bind parameters from `getGeneralQueryBindParams()`. This works only when also applying the matching where statement that is generated by `getWhereStatement()`. Therefore the method needs to be public, otherwise `generateQuery()` is not really useful and may invalidate many plugins over time.
@tsteur tsteur added c: Platform For Matomo platform changes that aren't impacting any of our APIs but improve the core itself. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. labels Dec 3, 2016
@tsteur tsteur added this to the 3.0.0-b5 milestone Dec 3, 2016
@tsteur tsteur merged commit d390515 into 3.x-dev Dec 3, 2016
@tsteur tsteur deleted the publicgetWhereStatement branch December 3, 2016 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Platform For Matomo platform changes that aren't impacting any of our APIs but improve the core itself. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Development

Successfully merging this pull request may close these issues.

1 participant