Re: [gdal-dev] SQLite/SpatiaLite driver capabilities

2010-10-06 Thread Alexander Bruy
Hi Even, thanks for clarification 2010/10/6 Even Rouault : > Le mercredi 06 octobre 2010 20:17:29, Alexander Bruy a écrit : >> Hi, >> >> Seems, that OGR reports wrong capabilities for SQLite/SpatiaLite layers. >> At least for DeleteFeature capability. I always get FALSE when test this >> capabili

Re: [gdal-dev] SQLite/SpatiaLite driver capabilities

2010-10-06 Thread Even Rouault
Le mercredi 06 octobre 2010 20:17:29, Alexander Bruy a écrit : > Hi, > > Seems, that OGR reports wrong capabilities for SQLite/SpatiaLite layers. > At least for DeleteFeature capability. I always get FALSE when test this > capability, but I can delete features from layer passing to the ExecuteSQL

[gdal-dev] SQLite/SpatiaLite driver capabilities

2010-10-06 Thread Alexander Bruy
Hi, Seems, that OGR reports wrong capabilities for SQLite/SpatiaLite layers. At least for DeleteFeature capability. I always get FALSE when test this capability, but I can delete features from layer passing to the ExecuteSQL method DELETE statement. Is this bug or feature? Thanks -- Alexander