the attached patch implements IS TRUE, IS NOT TRUE, IS FALSE, IS NOT FALSE sql
conditions. it simplifies the writing of complex conditions:
["true", ["field", "field_name"]]
instead of ["eq", ["field", "field_name"], ["const", True]]
needs review and needs testing for db different than postgresql. |