Re: [gdal-dev] OGR SQL for insert/update/delete operations

2010-10-01 Thread Tamas Szekeres
2010/10/1 Frank Warmerdam > I have no plans to do so. I'm not sure how valuable such operations > would be though I suppose it would be nice to easily express update or > delete operations that apply according to some WHERE clause. > > Frank, Do we have an alternative way to modify the attribut

Re: [gdal-dev] OGR SQL for insert/update/delete operations

2010-10-01 Thread Frank Warmerdam
Tamas Szekeres wrote: Hi All, Do we have any plan to extend OGR SQL for insert/update/delete operations? Would this idea be reasonable to implement? I would think something about mapping those commands to the corresponding CreateFeature/SetFeature/DeleteFeature methods of the OGR layers. Ta

[gdal-dev] OGR SQL for insert/update/delete operations

2010-10-01 Thread Tamas Szekeres
Hi All, Do we have any plan to extend OGR SQL for insert/update/delete operations? Would this idea be reasonable to implement? I would think something about mapping those commands to the corresponding CreateFeature/SetFeature/DeleteFeature methods of the OGR layers. Best regards, Tamas