Add QueryBuilder support for limitRaw #54828
Unanswered
danhardman
asked this question in
Ideas
Replies: 1 comment
-
I've added a rough PR to support this: #54829 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a use case for limiting the results of a query by something like
LIMIT 100 - (select count(*) from foobar)
.I noticed there is no support for it at the moment and I can't even seem to find any discussion on it online. I've not had a crack at extending QueryBuilder before, but happy to give it a shot.
Beta Was this translation helpful? Give feedback.
All reactions