Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
empire-db-2.4.7
-
None
Description
When you use the SelectInputControl for BOOL types (to allow null, yes, no) it works as long as you dont use prepared statements.
When using prepared statements the values "true"/"false" are not converted to true/false and the statement fails (postgres: ERROR: column "col" is of type boolean but expression is of type character varying Hint: You will need to rewrite or cast the expression..