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

encode: use sql.NullTime instead of custom type #903

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

callmehollow
Copy link

Addressed issue #902.
Pull request breaks backwards compatibility, so may be custom type shouldn't be removed.

@callmehollow callmehollow reopened this Oct 5, 2019
@lanrat
Copy link

lanrat commented Oct 6, 2019

Does this work with older go versions and backwards compatible with libraries that still use pq.NullTime?

@@ -1,8 +1,7 @@
language: go

go:
- 1.11.x
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nope, we support the last two versions of Go. You'll need to make some version-tagged files for this PR.

Choose a reason for hiding this comment

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

the last two versions of Go is now 1.14.x and 1.13.x as of 23 Nov 2020. Should we go with this update now?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Sure. Open up a new PR that is mergeable and I'll merge it. Be sure to @ me or I won't see it.

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

4 participants