On Mon, 18 Sep 2017 12:25:47 +1000, Nik Sands wrote:
Hi GDAL devs,
What is the correct way in GDAL/OGR to release locks on the layer (in
this case the SQLite tables in a geopackage) so that the layer can be
deleted from the data source?
My issue is that after writing new features to a layer, I
Hi GDAL devs,
What is the correct way in GDAL/OGR to release locks on the layer (in this case
the SQLite tables in a geopackage) so that the layer can be deleted from the
data source?
My issue is that after writing new features to a layer, I may want to delete
the layer completely, but when I