| Issue 340: | PATCH: Add support for SQLCancel to Cursor | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1.cursor.cancel() is not implemented What is the expected output? What do you see instead? Compile error What version of the product are you using? On what operating system? 3.0.7 on Linux Please provide any additional information below. Diff of cursor.cpp is attached as pyodby_cancel.diff Test program is attached as test_cancel.py |