roscopeco/ormdroid

Boolean values are not mapped correctly

Closed this issue · 0 comments

TypeMapper maps Boolean values using NumericTypeMapping, which does not correctly handle their conversion to SQL TINYINT values. Instead, they are converted directly to the string representation (i.e. 'true' or 'false') which cause SQL errors.