I have a problem with V4RB, when I made a select with boolean calculated column in the where clause, never found any record. Example: select * from table with boolean_calculated_column = true; // Don't found any record select * from table with boolean_calculated_column = false; // Don't found any record too !!!