sql: remove implicit CAST for assignment of int field
It also fixes misbehaviour during insertion of boolean values to integer field: explicit CAST operator converts boolean to integer, meanwhile implicit cast doesn't.
Loading
Please register or sign in to comment