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

fix: don't use int width for mysql > 8.0.17 #1

Merged
merged 1 commit into from
Oct 28, 2020
Merged

Conversation

gurucomkz
Copy link
Owner

@gurucomkz gurucomkz commented Oct 28, 2020

Fixes issue 9453:

Added function shouldUseIntegerWidth() to MySQLSchemaManager to check for MySQL version and used it in functions like int(), bigint(), tinyint() to determine whether the width attribute should be used for this mysql version.

Achieves the result described in the task.

@gurucomkz gurucomkz merged commit f4f5138 into 4 Oct 28, 2020
@gurucomkz gurucomkz changed the title fix: don't use int width for mysql > 8.0.17 #9453 fix: don't use int width for mysql > 8.0.17 Oct 28, 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 this pull request may close these issues.

1 participant