You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably related to #199 and should have been fixed with #200 but looks like it isn't. If you have this problem with a group by query, you're fix will not work. See #199 for details.
@pandatamara can you add the full context of your issue here? The query you're using offset with that's returning 0 please.
@hapm From what I remember of attempts to fix this issue in 2.0, there were major problems with having the query parts stored as strings, and would've required a complete overhaul to fully resolve, so we had to put it on hold.
Hi! If i try get count() for my query with offset, i get wrong result 0. i can fix bug:
$tx->select('COUNT(*)', true)->offset(0)->fetchColumn()
If this solution fine - can you add this to lib, plz?
The text was updated successfully, but these errors were encountered: