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

Support the UUID Column Type #66

Merged
merged 5 commits into from
Feb 19, 2019
Merged

Support the UUID Column Type #66

merged 5 commits into from
Feb 19, 2019

Conversation

arkie
Copy link
Contributor

@arkie arkie commented Jan 12, 2019

No description provided.

dataparser.go Outdated
@@ -399,7 +399,7 @@ func newDataParser(t *TypeDesc, unquote bool) (DataParser, error) {
return &floatParser{32}, nil
case "Float64":
return &floatParser{64}, nil
case "String", "Enum8", "Enum16":
case "String", "Enum8", "Enum16", "UUID":
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add tests.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍

@bgaifullin
Copy link
Contributor

LGTM, Please resolve conflicts with master and I will merge this PR

@arkie
Copy link
Contributor Author

arkie commented Feb 19, 2019

Please resolve conflicts

@bgaifullin Branch should be up to date and mergeable - not sure what you mean?

@bgaifullin
Copy link
Contributor

Github shows this message "This branch cannot be rebased due to conflicts".

@arkie
Copy link
Contributor Author

arkie commented Feb 19, 2019

Interesting - sounds like may be wonkiness around Github caching or similar, but saw you merged another PR so remerged master and it seems to have passed tests again.

I see:
image

@bgaifullin bgaifullin merged commit 46f78f0 into mailru:master Feb 19, 2019
@bgaifullin
Copy link
Contributor

Seems like it was some glitch with github.
Thank you for PR.

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.

2 participants