esri-python-tools
esri-python-tools copied to clipboard
Def. Query Max length
I stubbed across your repo from reddit and saw your def. query toolbox just know there is an upper limit on the number of records the "IN" clause can take depending on the database.
https://gis.stackexchange.com/questions/77296/maximum-length-of-where-clause-with-in-statement
May want to but some error handling or a message to let the user know
That's good to know. I'll add a note to the readme. As a workaround, layers from selections are supported in ArcMap and Pro, which I'm not sure how they work exactly but possibly not using the IN operator.