Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to register data to BIT types in PostgreSQL #11

Open
yuizho opened this issue Feb 23, 2020 · 0 comments
Open

Failed to register data to BIT types in PostgreSQL #11

yuizho opened this issue Feb 23, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@yuizho
Copy link
Owner

yuizho commented Feb 23, 2020

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.

The BIT type in PostgreSQL can not register as boolean.
https://www.postgresql.org/docs/12/datatype-bit.html

@yuizho yuizho added the bug Something isn't working label Feb 23, 2020
@yuizho yuizho self-assigned this Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant