add boolean isFullQuery to facade callbacks.
This allows callback class to decide if there is anything special to be done with the query. For example we do not want sorting when counting objects. count() function requires group by to be included on joined elements and if we are only sorting with joined tables,
Showing
with
238 additions
and
141 deletions
-
Please register or sign in to post a comment