-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
count() on \Dibi\Fluent with offset does not work #196
Comments
Why? |
i am not sure query exported from Fluent:
where _export() is:
is in Connection translated into:
it doesn't make sense since Translator is cloned when empty :/ |
Hmmm, it is due to c26201c. Workaround is to use |
Problem is that translator is NOT cloned when you use Line 529 in 0cce3b9
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the offset is applied on the outer query instead of on the inner query. Fluent generates SQL code such as:
(with MySqliDriver)
The text was updated successfully, but these errors were encountered: