-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
escape rowcount alias #12951
escape rowcount alias #12951
Conversation
As you can see the tests failed. And yes, I'm not sure about escaping the PHQL |
I agree I don't think that is the correct way to escape when using PHQL. |
Well the failing test is about PHQL, i guess it should be |
Any idea about the AppVeyor tests? It is getting a 404 when trying to download a php release |
Not sure, seems unrelated to PR, also update changelog.md and squash commits. |
Use phql bracket escaping instead of double quotes Escape raw SQL portion with double quotes changelog update added delimiters to escape reserved words in getPaginate
@dnapierata Could you please create a small test which will cover code you have changed? Don't pay attention to the AppVeyor builds. I'll take a look a bit later |
The tests which are already written for the querybuilder paginator cover this block of code. The only true way to test this feature would be to set up a database that has |
Thank you |
Hello!
In raising this pull request, I confirm the following:
Small description of change: Escaped row count aliases with double quotes
Thanks