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
Failed to register data to BIT types in PostgreSQL.
com.github.yuizho.dbraccoon.exception.DbRaccoonException:
org.postgresql.util.PSQLException: ERROR: column "bit_c" is of type bit but expression is of type boolean
ヒント: You will need to rewrite or cast the expression.
Failed to register data to BIT types in PostgreSQL.
The BIT type in PostgreSQL can not register as boolean.
https://www.postgresql.org/docs/12/datatype-bit.html
The text was updated successfully, but these errors were encountered: