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
In PostgreSQL the booleans are shown as strings "t" and "f" (null's are ok) and they are not getting casted to PHP's booleans.
Fix would be something like this:
In PostgreSQL the booleans are shown as strings "t" and "f" (null's are ok) and they are not getting casted to PHP's booleans.
Fix would be something like this:
Is it possible to cast it right after fetching the row?
The text was updated successfully, but these errors were encountered: