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

fix: fix float sql encoding #10

Merged
merged 1 commit into from
Dec 13, 2023
Merged

fix: fix float sql encoding #10

merged 1 commit into from
Dec 13, 2023

Conversation

lefinal
Copy link
Owner

@lefinal lefinal commented Dec 13, 2023

The Value functions in both float32.go and float64.go have been updated so that they are non-pointer receivers. This change ensures the Valuer interface is satisfied and properly implemented by the Float32 and Float64 types.

@lefinal lefinal self-assigned this Dec 13, 2023
The Value functions in both float32.go and float64.go have been updated so that they are non-pointer receivers. This change ensures the Valuer interface is satisfied and properly implemented by the Float32 and Float64 types.
@lefinal lefinal force-pushed the fix-float-sql-encoding branch from ab05b37 to 57394da Compare December 13, 2023 21:56
@lefinal lefinal merged commit d57e4ac into main Dec 13, 2023
10 checks passed
Copy link

🎉 This PR is included in version 1.6.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

1 participant