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 ColumnType.DatabaseTypeName for mediumint unsigned #1428

Merged
merged 1 commit into from May 17, 2023
Merged

Fix ColumnType.DatabaseTypeName for mediumint unsigned #1428

merged 1 commit into from May 17, 2023

Commits on May 12, 2023

  1. Fix ColumnType.DatabaseTypeName for mediumint unsigned

    The driver has supported inclusion of the UNSIGNED attribute in type names
    for int types since #1238. However, that pull request omitted support for
    MySQL's mediumint type, presumably by accident. This commit fixes support for
    mediumint unsigned, so that ColumnType.DatabaseTypeName will include the
    UNSIGNED prefix just like how #1238 handled the other int types.
    evanelias committed May 12, 2023
    Configuration menu
    Copy the full SHA
    1ac570e View commit details
    Browse the repository at this point in the history