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

postgres: Unsupported data type: bool #145

Open
benwaffle opened this issue Jan 29, 2024 · 0 comments
Open

postgres: Unsupported data type: bool #145

benwaffle opened this issue Jan 29, 2024 · 0 comments

Comments

@benwaffle
Copy link

benwaffle commented Jan 29, 2024

Seeing this when using the psql client to query corrosion2:

ben=> select trusted from organizations;
ERROR:  Unsupported data type: bool

sqlite works:

/var/lib/corrosion2/state.db> select trusted from organizations;
+---------+
| trusted |
+---------+
| 0       |
+---------+
1 row in set
Time: 0.006s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant