Skip to content

Error updating boolean values using PostgreSQL #15

@javebers

Description

@javebers

Boolean values ​​are being cast to int, wich works with MySQL but throws an error when using PostgreSQL.
Postgres accepts '0' and '1' as strings, but not as integers, from what I understand.

Otherwise it works great. Thanks for the work you put into this. 👍

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions