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

Makes the data type of the User.temporary column implicit #360

Merged
merged 1 commit into from
Jul 13, 2024

Conversation

aaronbrethorst
Copy link
Member

Fixes #352 - BIT column type breaks PostgreSQL support

Allow Hibernate to figure out the best column type for a boolean value on its configured database, instead of using a MySQL-only data type.

Fixes #352 - `BIT` column type breaks PostgreSQL support

Allow Hibernate to figure out the best column type for a boolean value on its configured database, instead of using a MySQL-only data type.
@aaronbrethorst
Copy link
Member Author

fyi @Altonhe

@aaronbrethorst aaronbrethorst merged commit 46c1112 into master Jul 13, 2024
2 checks passed
@aaronbrethorst aaronbrethorst deleted the bit-type branch July 13, 2024 02:49
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 this pull request may close these issues.

BIT column type breaks PostgreSQL support
1 participant