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

R - support UUID type #3132

Closed
1 of 2 tasks
james-atkins opened this issue Feb 22, 2022 · 3 comments
Closed
1 of 2 tasks

R - support UUID type #3132

james-atkins opened this issue Feb 22, 2022 · 3 comments
Labels

Comments

@james-atkins
Copy link
Contributor

What happens?

R does not support the UUID type.

To Reproduce

SELECT uuid()

fails with: Error: duckdb_prepare_R: Unknown column type for prepare: UUID

Environment (please complete the following information):

  • OS: Windows 10
  • DuckDB Version: 0.3.2
  • DuckDB Client: R 4.1.2

Before Submitting

  • Have you tried this on the latest master branch?
  • Python: pip install duckdb --upgrade --pre
  • R: install.packages("https://github.com/duckdb/duckdb/releases/download/master-builds/duckdb_r_src.tar.gz", repos = NULL)
  • Other Platforms: You can find binaries here or compile from source.
  • Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?
@Alex-Monahan
Copy link
Contributor

As a temporary workaround, have you tried casting it to a varchar?

Select uuid()::varchar

@hannes hannes added the R label Feb 23, 2022
@james-atkins james-atkins mentioned this issue Mar 30, 2022
2 tasks
@github-actions
Copy link

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale label Jul 31, 2023
@github-actions
Copy link

This issue was closed because it has been stale for 30 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants