Re: [gdal-dev] ExecuteSQL method to dependably remove features from datasource

2025-01-08 Thread Even Rouault via gdal-dev
Jesse, I seem to be able to remove features from a GPKG datasource using ExecuteSQL and “delete from layer_name where cond” style query with the SQLITE dialect.  For some of our use cases, this is quite a bit nicer than a manual loop in Python. Are there restrictions or other concerns that I

[gdal-dev] ExecuteSQL method to dependably remove features from datasource

2025-01-08 Thread Meyer, Jesse R. (GSFC-618.0)[SCIENCE SYSTEMS AND APPLICATIONS INC] via gdal-dev
I seem to be able to remove features from a GPKG datasource using ExecuteSQL and “delete from layer_name where cond” style query with the SQLITE dialect. For some of our use cases, this is quite a bit nicer than a manual loop in Python. Are there restrictions or other concerns that I should ke