Skip to content

Support DOUBLE data types with precision for Mysql - #1611

Merged
iffyio merged 4 commits into
apache:mainfrom
artorias1024:feat-double-type
Dec 19, 2024
Merged

Support DOUBLE data types with precision for Mysql#1611
iffyio merged 4 commits into
apache:mainfrom
artorias1024:feat-double-type

Conversation

@artorias1024

@artorias1024artorias1024 commented Dec 19, 2024

Copy link
Copy Markdown
Contributor

Supports like:

CREATETABLEfoo(bar double(11,0));

@iffyioiffyio left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @artorias1024! Could you take a look at the lint failures on the branch?
Other than that I think this looks good!

@iffyioiffyio changed the title Supports parsing DOUBLE data types with precision for MysqlSupport DOUBLE data types with precision for MysqlDec 19, 2024
@artorias1024

Copy link
Copy Markdown
ContributorAuthor

Thanks @artorias1024! Could you take a look at the lint failures on the branch? Other than that I think this looks good!

@iffyio Hi, I have fixed the lint errors. Could you help me review the code?

@iffyioiffyio left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks @artorias1024!
cc @alamb

@iffyio
iffyio merged commit c973df3 into apache:mainDec 19, 2024
@artorias1024
artorias1024 deleted the feat-double-type branch December 20, 2024 01:35
Sign up for freeto 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

@artorias1024@iffyio