Is there such a thing as a wildcard for boolean value?
wish helps you How about using the IN operator instead? (TRUE, FALSE) will
then be your wildcard. Alternatively, you should be able to use WHERE
:balanced IS NULL OR invoice.balanced=:balanced. In that case, change
boolean to Boolean and null becomes
Date : December 27 2020, 03:30 PM , By : user3083389