| Issue 393: | Documentation for paramstyle attribute in the pyodbc module | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. On page https://code.google.com/p/pyodbc/wiki/Module, it states the pyodbc module has an attribute called "qmark". This I believe is a typo. The attribute should be called "paramstyle", and the value of that attribute is correctly documented as "qmark". |