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
Hi there
Thanks for this great library! I did use it in a project where I used pyodbc before and there are some non-obvious things I think you should document. I must say however that I am relatively new to python database related stuff.
The second thing is that only the %s Parameter Syntax seems to work though the DB API mentions some more syntax types. I think you should document what you support here.
The text was updated successfully, but these errors were encountered:
Hi there
Thanks for this great library! I did use it in a project where I used pyodbc before and there are some non-obvious things I think you should document. I must say however that I am relatively new to python database related stuff.
At first pyodbc has some nice extensions to the DB API I think you should consider, mostly this one: https://github.com/mkleehammer/pyodbc/wiki/Features-beyond-the-DB-API#passing-parameters
The second thing is that only the %s Parameter Syntax seems to work though the DB API mentions some more syntax types. I think you should document what you support here.
The text was updated successfully, but these errors were encountered: