-
This package is absolutely fantastic. Quick question: is there any way to set a query timeout to kill accidental runaways? I believe that the c API supports this with the "SQL_ATTR_QUERY_TIMEOUT" property. Not sure about your Rust API. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello @riziles ,
thanks
Not yet.
I think it does. I read the semantics as timeout until select starts. Not necessarily until it retruns. Probably driver specific anyway though.
No, not supported in the rust bindings as of now. For no other reason than, that so far nobody asked for it. Overall I see no roadblocks to put it in there and forward it through the python bindings of Best, Markus |
Beta Was this translation helpful? Give feedback.
The following test now passes using
arrow-odbc
python bindings8.2.0
.Enjoy!