esri-python-tools icon indicating copy to clipboard operation
esri-python-tools copied to clipboard

Def. Query Max length

Open tforward opened this issue 8 years ago • 1 comments

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

tforward avatar Jan 18 '18 00:01 tforward

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.

green3g avatar Jan 18 '18 13:01 green3g