-
Notifications
You must be signed in to change notification settings - Fork 629
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
SQL Value marshall/unmarshall is broken #152
Comments
➜ decimal git:(master) git diff cd690d0..a36b5d8 --name-only | cat
.travis.yml
decomposer.go
decomposer_test.go seems like something is wrong in decomposer.go file |
See also golang/go#34315 |
commit 75bb2cb has been reverted from master and will be worked on in another branch |
@njason maybe it's time to add go modules with versioning? |
@risentveber We will do it in our next iteration. Stay tuned |
@mwoss any update? |
I've tried to recall where our discussion with Jason ended on that, but I'm not quite sure. I have a vague memory that we were waiting for the response from |
Using the decomposer-interface branch, which contains the PR that was previously reverted from I believe this issue should be closed since SQL value marshalling is no longer broken on |
Thanks for the detailed explanation, Jason :D |
@mwoss yeah you can close - tnanks) |
Get error when used with gorm:
All nice on commit: cd690d0
but broken for the last one: a36b5d8
Also, it would be nice if you will add go mod support.
The text was updated successfully, but these errors were encountered: