You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parse value based on there required type, when a column is a INT and a boolean is given. The library is trying to add the value true instead of 1, that causes SQL issues.
When true is given, parse this value to a int (1).
Maybe there are more tables that having this issue, resolve this issue.