Skip to content

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