I'm trying to export some table data to a shapefile. As the data doesn't have any geometry information, I'd expect a pure DBF-file to be created instead of a SHP-file (plus some more like prj, shx and dbf).
But instead, I get an error:
Export to vector file D:\a.shp failed. Error: Storing metadata for the specified URI is not supported
Export to GeoPackage works with the exact same parameters, though.


