Michael Kleehammer
Michael Kleehammer
@Lexcon Good point, but Rows already support getitem. Unfortunately that isn't enough to make the JSON encoder turn it into a JSON object. This was a suggestion via email. I...
iODBC used to be the default DM for macOS builds, but I thought Apple stopped shipping it quite a while back. They also added deprecation warnings to the header files....
@TallTed I'm still not clear on the state of ODBC on the Mac and I need to spend some time looking at the Frameworks vs dylibs. However, I don't think...
It's part of the [DB API specification](https://www.python.org/dev/peps/pep-0249/#binary) and is intended to allow the API to convert things to a type that will be recognized as binary when used as a...
So we are all on the same page, what happens today is that any statement with parameters is prepared and parameters are bound. If the next call to execute is...
Please ignore the 2nd half of my previous comment - I followed a link from email and thought this was the related issue #213. Someone above mentioned that pyodbc might...
@gordthompson I've written up some thoughts on [parameter binding](https://github.com/mkleehammer/pyodbc/wiki/Binding-Parameters). I'm looking for input from anyone interested. In particular, the API looks very messy but I'm looking to start a discussion.
First, I'm not getting that far in my tests - I get an error when I try to prepare: cursor.execute("prepare get_releases(varchar) as select distro, release from releases where distro like...
I have to agree with both. I think it might be a good idea for completeness and it is not risky, but if it does happen v-chojas is right -...
Sorry, I have been so busy on so many projects that I haven't been monitoring the group much. As for style, just try to match the rest of the code....