Succede da poco, nel senso che nelle versioni precedenti non accadeva.
Facendo una query oppure una loadbykey su una tabella e filtrando su un campo boolean, ad esempio:
"Select * from utente where visibile=true'
la query che viene eseguita sul DB è
Select * from utente where visibile=1
che ovviamente non restituisce alcun record
cosa è successo?