Esri / file-geodatabase-api

FileGeodatabaseAPI_1.4 (1.4.0.183) The File Geodatabase C++ API for Windows, MacOS and Linux
Apache License 2.0
153 stars 60 forks source link

BUG-000088293 still not fixed #14

Open dariusbuinovskij opened 6 years ago

dariusbuinovskij commented 6 years ago

FGDB_API_Issues.zip Hi,

In release notes for 1.5 is mentioned that BUG-000088293 was fixed, but it still doesn't work. I attached files which was send to ESRI support during BUG-000088293 registration, but use 1.5.1.253 file-geodatabase version instead and same errors appear. Also tried with 1.5 and x64 and x86 - not working. Question: it was fixed or information in release notes is incorrect? When such bug will be fixed?

BUG-000088293 info: FileGDB API throws -2147217395 error when executing SQL query with SQL functions.

lshipman commented 6 years ago

The release notes for 1.5 are in error. I expect that we will fix this in the next release of the API (post 1.5.1). I can't promise a date, but I expect we will have a release before the end of the year.

dariusbuinovskij commented 6 years ago

Ok, will wait for new version. will continue using workarounds which iterate all records to get max, min, count, etc...