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

Change MySQL bool mapping from TINYINT(1) to TINYINT #6569

Open
wants to merge 1 commit into
base: 4.2.x
Choose a base branch
from

Conversation

paranoiq
Copy link

@paranoiq paranoiq commented Oct 22, 2024

Since 8.0 MySQL throws whis warning "1681 [HY000] Integer display width is deprecated and will be removed in a future release." when integer column with display width is created

This change is backwards compatible and can be merged into all active branches (does not trigger column type update migration)

- since 8.0 Mysql throws "1681 [HY000] Integer display width is deprecated and will be removed in a future release." when integer column with display with is created
- this change is backwards compatible (does not trigger column type update migration)
@derrabus
Copy link
Member

Would this break our introspection of boolean columns?

You've also changed the behavior for MariaDB. Was that intended?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants