Skip to content

Remove int width and zerofill for > MySQL 8.0.19#67

Merged
rick-lam merged 1 commit into
masterfrom
remove-int-display-width-zerofill
May 1, 2024
Merged

Remove int width and zerofill for > MySQL 8.0.19#67
rick-lam merged 1 commit into
masterfrom
remove-int-display-width-zerofill

Conversation

@rick-lam
Copy link
Copy Markdown
Collaborator

@rick-lam rick-lam commented May 1, 2024

Remove int width and zerofill for > MySQL 8.0.19

https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-19.html

Display width specification for integer data types was deprecated in MySQL 8.0.17, and now statements that include data type definitions in their output no longer show the display width for integer types, with these exceptions:

  • The type is TINYINT(1). MySQL Connectors make the assumption that TINYINT(1) columns originated as BOOLEAN columns; this exception enables them to continue to make that assumption.
  • The type includes the ZEROFILL attribute.

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.

1 participant