Open dcasalino opened 3 days ago
Please attached the zipped FileGeodatabase
Sorry but I can't attach, but if i look the code, there is this check
returnErrorAndCleanupIf(nColNameCarCount > 1024, VSIFree(pabyIdx));
Maybe in my geodb the number of the charactes of all column of this layer is > 1024. It's possibile to by-pass this check ?
It's possibile to by-pass this check ?
if you change the source code yes, otherwise no. This was meant as a sanity check. How come the name of your columns is so long... ?
The total length of all column of layer in my geodb is 2167 chars. This was not my choose. If i set filter on field OBJECTID i have no errors.
The total length of all column of layer in my geodb is 2167 chars
the total length of all columns is not much of an issue, here it fails because the expression of one column is larger than 1024 characters. Can you just attach the files ending with .gdbindexes ? They are the ones relevant here and they don't contain any information other than the column names.
What is the bug?
Dear all,
i'm opening a GeoDB file ad on a layer would like to set a AttributeFilter but i obtain this applicationException
What i'm doing wrong ?
Thanks in advance
Steps to reproduce the issue
Try to set AttributeFilter
Versions and provenance
Windows
Additional context
No response