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

Accept uuid types Iss30 #55

Merged
merged 11 commits into from
Feb 2, 2016
Merged

Accept uuid types Iss30 #55

merged 11 commits into from
Feb 2, 2016

Conversation

JackStat
Copy link
Contributor

If everyone is ok with uuid types being character classes in R then this is ready to merge.

Fixes #30.

@JackStat JackStat changed the title Iss30 Accept uuid types Iss30 Oct 17, 2015
@@ -0,0 +1,55 @@
context("Convenience Functions")
Copy link
Member

Choose a reason for hiding this comment

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

The generic functions are now mostly (if not entirely) tested by the DBitest package. I'd be happy to review pull requests for new tests there.

@JackStat
Copy link
Contributor Author

@krlmlr Thanks for the feedback. I went through and made those modifications.

@@ -280,6 +280,8 @@ class PqResult : boost::noncopyable {
case 1184: // TIMESTAMPTZOID
case 1186: // INTERVAL
case 1266: // TIMETZOID
case 3802: // JSONB
Copy link
Member

Choose a reason for hiding this comment

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

This change seems unrelated to the original issue. I would be better to open a new PR for this, but I don't mind including it if you could provide a test.

@krlmlr krlmlr mentioned this pull request Feb 2, 2016
krlmlr added a commit that referenced this pull request Feb 2, 2016
- Accept columns with UUID type (#30, @JackStat).
- Closes #78.
@krlmlr krlmlr merged commit 2c4e0f7 into r-dbi:master Feb 2, 2016
@krlmlr
Copy link
Member

krlmlr commented Feb 2, 2016

Thanks! The dbDisconnect() should better be in on.exit(), but this doesn't matter too much for the tests.

@JackStat
Copy link
Contributor Author

JackStat commented Feb 3, 2016

@krlmlr Thank you for the feedback and help. I really appreciate it.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unrecognized PostgreSQL field type uuid (id:2950)
2 participants