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

FloatValue should be mapped to double type in MySQL #337

Merged
merged 1 commit into from
Oct 6, 2021

Conversation

brfrn169
Copy link
Collaborator

@brfrn169 brfrn169 commented Oct 6, 2021

I found FloatValue should be mapped to double type in MySQL as mentioned in the following:
https://stackoverflow.com/questions/46247940/why-is-mysql-float-different-than-java-float

This PR fixes the issue. Note that I didn't fix the issue in the schema loader as it will be removed and replaced with the new one soon. Please take a look!

@brfrn169 brfrn169 added the bugfix label Oct 6, 2021
@brfrn169 brfrn169 self-assigned this Oct 6, 2021
Copy link
Contributor

@feeblefakie feeblefakie left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you!

Copy link
Contributor

@thongdk8 thongdk8 left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you!

@brfrn169 brfrn169 merged commit 6fe4c8c into master Oct 6, 2021
@brfrn169 brfrn169 deleted the flout-value-should-be-mapped-to-double-in-mysql branch October 6, 2021 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants