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 the bug with default negative values, and add the ability to hand… #27

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

zzycad
Copy link

@zzycad zzycad commented Dec 13, 2024

1.Fix the bug with default negative values.
For example:
create table tbl
(
ucount int NOT NULL DEFAULT -1
)ENGINE=MyISAM DEFAULT CHARSET=utf8 ;

2.Add the ability to handle field comments.
For example:
create table tbl
(
ucount int NOT NULL comment 'user count'
)ENGINE=MyISAM DEFAULT CHARSET=utf8 ;

@iamcal iamcal merged commit 37f4353 into iamcal:master Dec 13, 2024
9 checks passed
@iamcal
Copy link
Owner

iamcal commented Dec 13, 2024

Merged with added tests - thank you!

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.

2 participants