Export to GitHub

pyodbc - issue #340

PATCH: Add support for SQLCancel to Cursor


Posted on Sep 20, 2013 by Helpful Panda

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

Attachments

Status: New

Labels:
Type-Defect Priority-Medium