Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.3.0
-
Fix Version/s: 4.4.0
-
Component/s: app.editor
-
Labels:None
-
Target Version:
Description
If we have got table that contains boolean columns and we introduce variable for 'where' statement with this boolean column, this var will be introduced as checkbox.
If checkbox variable substitution appears in our sql query, it will fail with the following error:
coercing to Unicode: need string or buffer, bool found