chornbeak / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

PATCH: Add support for SQLCancel to Cursor #340

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by brick...@hadapt.com on 20 Sep 2013 at 6:53

Attachments: