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
{{ message }}
This repository was archived by the owner on May 14, 2022. It is now read-only.
getCountAllResultsthrows QueryException when I'm usingaddWhereBuilderCallbackmethod to filter result by joined column.Query trying to be executed is:
"SELECT count(Purchases.id) FROM XXX\Entity\Purchase Purchases WHERE Purchases_Merchants.id = 18"With
hideFilteredCount(false)everything works fine.