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

keep float precision in ExplainSQL #6495

Merged
merged 1 commit into from Aug 4, 2023
Merged

Conversation

kumakichi
Copy link
Contributor

@kumakichi kumakichi commented Aug 2, 2023

  • Do only one thing
  • Non breaking API changes
  • Tested

What did this pull request do?

ExplainSQL's handling of floating point numbers, which were previously formatted like .6f, this PR uses strconv.FormatFloat to format them to preserve precision

User Case Description

An arbitrary floating point number with more than 6 decimal places, for example: 0.1753607109

@jinzhu jinzhu merged commit 193c454 into go-gorm:master Aug 4, 2023
23 checks passed
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.

None yet

2 participants