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

Release v4 #48

Closed
3 tasks done
guregu opened this issue Jul 23, 2019 · 2 comments
Closed
3 tasks done

Release v4 #48

guregu opened this issue Jul 23, 2019 · 2 comments

Comments

@guregu
Copy link
Owner

guregu commented Jul 23, 2019

I'd like to work towards releasing a new version.

v3 stuff

v4 stuff

  • Fix Why does null.Time text-marshaling return null string? #47 (backwards incompatible)
  • Take the opportunity to get rid of some cruft? If we drop support for marshaling from sql.NullXXX JSON objects (as in

    null/int.go

    Lines 70 to 71 in 80515d4

    case map[string]interface{}:
    err = json.Unmarshal(data, &i.NullInt64)
    ) we can speed up the library a bit and avoid having to unmarshal into interface{} first. I doubt many people use this anyway.
@limoli
Copy link

limoli commented Oct 11, 2019

Waiting for this amazing version :)

@guregu
Copy link
Owner Author

guregu commented Apr 25, 2020

Done, sorry for the wait.

@guregu guregu closed this as completed Apr 25, 2020
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

No branches or pull requests

1 participant