This repository was archived by the owner on May 14, 2022. It is now read-only.

Description
getCountAllResults throws QueryException when I'm using addWhereBuilderCallback method 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.