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

sql: Address inet casting roundtrip issue #37938

Merged
merged 1 commit into from
Jun 3, 2019

Conversation

rohany
Copy link
Contributor

@rohany rohany commented May 30, 2019

Address a small issue brought up in #32876, where conversion of an inet into a string, and back into an inet would fail.

@rohany rohany requested review from solongordon and a team May 30, 2019 15:52
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Contributor

@solongordon solongordon left a comment

Choose a reason for hiding this comment

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

:lgtm: (once the commits are squashed). But this doesn't address the original issue brought up in #32876, right?

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @solongordon)

@rohany
Copy link
Contributor Author

rohany commented May 30, 2019

no, the issue with the values command still remains, this fixes jordan's comment in the issues.

Fixes an issue brought up in cockroachdb#37938, but does not resolve the entire
issue.

Release note (sql change): Fix a roundtrip typecasting issue where
an inet casted to a string and back to an inet would fail.
@rohany
Copy link
Contributor Author

rohany commented May 30, 2019

bors r+

@rohany
Copy link
Contributor Author

rohany commented Jun 3, 2019

bors r+

craig bot pushed a commit that referenced this pull request Jun 3, 2019
37938: sql: Address inet casting roundtrip issue r=rohany a=rohany

Address a small issue brought up in #32876, where conversion of an inet into a string, and back into an inet would fail. 

Co-authored-by: Rohan Yadav <[email protected]>
@craig
Copy link
Contributor

craig bot commented Jun 3, 2019

Build succeeded

@craig craig bot merged commit b3f2f94 into cockroachdb:master Jun 3, 2019
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.

3 participants