You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
A uuid data type column cannot be exportet with gdal/ogr:
Error:
Workaround: Cast uuid column to text.
The text was updated successfully, but these errors were encountered: