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
I have the same problem when trying to write a shapefile with precision Decimal(8,2). "Not implemented Error: Unsupported type for OGR: DECIMAL(8,2)". Not sure how hard this is to fix but would be nice to have this working correctly. The alias for decimal (numeric) is supported in ogr2ogr as much as i know, but duckdb is converting it back to decimal. Casting it to float is not enough for me. I need shapefile precision.
Similar to #468 it seems like Decimals aren't being converted to be sent to the GDAL driver. Here's a minimal reproduction:
Workaround: Casting it to a FLOAT works
The text was updated successfully, but these errors were encountered: