Re: [gdal-dev] OGR FileGDB driver: 'OBJECTID' not recognised as an available field

2020-01-23 Thread Tamas Szekeres
Hi, I've already reported an issue a while back related to the OGRSQL dialect along with the FDGB driver, when the where clause contains expression for the FID column. I'm still experiencing the problem in GDAL master, where the following query doesn't seem to apply the specified filter: *ogrinfo

Re: [gdal-dev] OGR FileGDB driver: 'OBJECTID' not recognised as an available field

2019-09-05 Thread Tamas Szekeres
Hi, I'm not sure if bForwardWhereToSourceLayer should not be set in this case, since the special field FID in pszWHEREIn has already been replaced. Or the OpenFileGDB driver should indeed expose OBJECTID as a column according to #4253 Best regards, Tamas Even Rouault ezt írta (időpont: 2019.

Re: [gdal-dev] OGR FileGDB driver: 'OBJECTID' not recognised as an available field

2019-09-05 Thread Even Rouault
On mercredi 4 septembre 2019 22:13:40 CEST Tamas Szekeres wrote: > Hi, > > It looks like the sql queries with -dialect "OGRSQL" doesn't seem to work > as expected. When I specify the FID in the where clause, it doesn't filter > anything. The same query is also described as a solution in the follo

[gdal-dev] OGR FileGDB driver: 'OBJECTID' not recognised as an available field

2019-09-04 Thread Tamas Szekeres
Hi, It looks like the sql queries with -dialect "OGRSQL" doesn't seem to work as expected. When I specify the FID in the where clause, it doesn't filter anything. The same query is also described as a solution in the following ticket https://trac.osgeo.org/gdal/ticket/4253 but I doubt if that wor