You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function's purpose is to cancel a thread, therefore, it shouldn't ever be blocked waiting for the thread it is trying to cancel. It should use a separate threadpool.
Can you please add support for
Cursor.cancel()
?pyodbc supports it https://github.com/mkleehammer/pyodbc/blob/45395fe723b837e836643897ff3df57034c05b22/src/cursor.cpp#L2034
The text was updated successfully, but these errors were encountered: