Re: [gdal-dev] Cannot delete layer - table is locked

2017-09-18 Thread a . furieri
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

[gdal-dev] Cannot delete layer - table is locked

2017-09-18 Thread Nik Sands
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