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

Added possibility to specify queries in limit clause #648

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iulchich
Copy link

Currently there is no possibility to specify subqueries in limit clause.

I've encountered this issue while trying to make query with limit specified in percentage. For this i needed to make subquery in limit clause. But i have found out that in QueryBuilder 'LIMIT' doesn't surround it's argument with parenthesis and respectively such a query doesn't work in DBMS.

All i've made for this to function properly - added parenthesis around 'LIMIT' argument.

@iulchich iulchich requested a review from a team as a code owner October 31, 2021 18:05
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.

1 participant