Re: [gdal-dev] Problem with GPKG, UPSERT, AND OGR2OGR_USE_ARROW_API

2025-03-24 Thread Even Rouault via gdal-dev
Hi Jukka, I am not sure if I just should know to avoid the arrow api, of if this behavior could be a bug. Indeed the Arrow fast path cannot be used in that case. Fix in https://github.com/OSGeo/gdal/pull/12018 to avoid the explicit --config OGR2OGR_USE_ARROW_API NO Even -- http://www.spat

[gdal-dev] Problem with GPKG, UPSERT, AND OGR2OGR_USE_ARROW_API

2025-03-24 Thread Rahkonen Jukka via gdal-dev
Hi, I was testing the UPSERT feature for combining geopackages. I have same tables in both gpkg databases and tables contain partly same, partly different features. There is a unique contraint in one attribute in addition to FID. FID cannot be used as a key for UPSERT because it is a counting n