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

Error when invalidating credentials in postgres #255

Closed
bmaximilian opened this issue Dec 14, 2020 · 0 comments · Fixed by #256
Closed

Error when invalidating credentials in postgres #255

bmaximilian opened this issue Dec 14, 2020 · 0 comments · Fixed by #256

Comments

@bmaximilian
Copy link
Contributor

When invalidating credentials using the CredentialsRevoker with a postgres database, an error with message column "revoked" is of type boolean but expression is of type integer is thrown.
The revoked field is created as boolean in all tables but doctrine converts it to smallint.

X-Coder264 pushed a commit that referenced this issue Dec 27, 2020
- Fixes an issue with postgres where dbal converts the boolean values to smallint if passed directly in the `set()`-method
X-Coder264 added a commit that referenced this issue Dec 27, 2020
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

Successfully merging a pull request may close this issue.

1 participant