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
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. 👍