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

Downgrade decimal version before decompose interface #1291

Merged
merged 1 commit into from
Jul 15, 2023

Conversation

zhongduo
Copy link
Contributor

Any version after ericlagergren/decimal#124 causes problems when saving Decimal to sql drivers like postgres. While the best solution may be to update all the sql drivers, it has been 3 years since then, so it is better to make sure the latest version does not have that commit. This version is the latest before it.

close #803

Any version after ericlagergren/decimal#124
causes problems when saving Decimal to sql drivers like postgres. While
the best solution may be to update all the sql drivers, it has been 3
years since then, so it is better to make sure the latest version does
not have that commit. This version is the latest before it.
@@ -454,8 +454,6 @@ github.com/volatiletech/null/v8 v8.1.2/go.mod h1:98DbwNoKEpRrYtGjWFctievIfm4n4Mx
github.com/volatiletech/randomize v0.0.1 h1:eE5yajattWqTB2/eN8df4dw+8jwAzBtbdo5sbWC4nMk=
github.com/volatiletech/randomize v0.0.1/go.mod h1:GN3U0QYqfZ9FOJ67bzax1cqZ5q2xuj2mXrXBjWaRTlY=
github.com/volatiletech/strmangle v0.0.1/go.mod h1:F6RA6IkB5vq0yTG4GQ0UsbbRcl3ni9P76i+JrTBKFFg=
github.com/volatiletech/strmangle v0.0.4 h1:CxrEPhobZL/PCZOTDSH1aq7s4Kv76hQpRoTVVlUOim4=
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is deleted by go mod tidy

@zhongduo
Copy link
Contributor Author

Other related issues from this:
ericlagergren/decimal#175
ericlagergren/decimal#154

@zhongduo
Copy link
Contributor Author

@stephenafamo while I am can modify my local go.mod for my project, I think it makes sense to make sure the latest version of sqlboiler will just work. Today if someone use the latest version, they will always hit this problem.

@stephenafamo stephenafamo merged commit 67897db into volatiletech:master Jul 15, 2023
@zhongduo
Copy link
Contributor Author

@stephenafamo thanks for merging this. I would also suggest to cut a new version to stop the bleeding for new users. But obviously it depends on the release schedule.

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.

Unable to convert type: types.Decimal
2 participants