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

Not implemented Error: Unsupported type for OGR: UUID #468

Open
edigonzales opened this issue Dec 22, 2024 · 1 comment
Open

Not implemented Error: Unsupported type for OGR: UUID #468

edigonzales opened this issue Dec 22, 2024 · 1 comment

Comments

@edigonzales
Copy link

A uuid data type column cannot be exportet with gdal/ogr:

COPY (SELECT * FROM amb_notfalltreffpunkte_pub_v1.notfalltreffpnkte_treffpunkt) TO '/Users/stefan/tmp/notfalltreffpunke.gpkg'
WITH (FORMAT GDAL, DRIVER 'GPKG', SRS 'EPSG:2056');

Error:

SQL Error: Not implemented Error: Unsupported type for OGR: UUID

Workaround: Cast uuid column to text.

@Maxxen
Copy link
Member

Maxxen commented Dec 22, 2024

Hello!

Thanks for opening this issue! Indeed it seems like GDAL does support UUIDs, but we dont support the conversion. This should be fixed on our end.

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

No branches or pull requests

2 participants