Skip to content

Fix #79596: MySQL FLOAT truncates to int some locales #5574

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

Closed
wants to merge 2 commits into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented May 14, 2020

We must not do locale aware float to string conversion here; instead
we using our snprintf() implementation with the F specifier.

We must not do locale aware float to string conversion here; instead
we using our `snprintf()` implementation with the `F` specifier.
@cmb69 cmb69 added the Bug label May 14, 2020
@cmb69
Copy link
Member Author

cmb69 commented May 15, 2020

Thanks! Applied as d1cd489.

@cmb69 cmb69 closed this May 15, 2020
@cmb69 cmb69 deleted the cmb/79596 branch May 15, 2020 07:15
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