Skip to content

[Bug] Better input parser based on column type #1

@ThymonA

Description

@ThymonA

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions