Michael Kleehammer

Results 105 comments of Michael Kleehammer

I'm not really sure what your looking for, so feel free to start the pull request. I alway recommend rebasing to a single commit anyway, so if you feel changes...

I thought I fixed that once by replacing it with no-branch, but a hash would be great. Thanks. My intention is to ways be on a branch when developing so...

I'm going to rename this to emphasize the issue is Apple Silicon / M1 compatibility. I have access to an M1 Air (though I'm not sure the wife is going...

Two quick workarounds until I figure out if I can make something official: 1) You can always add an output converter function which will receive the value as a byte...

Very nice and clean. I know it seems analogous to `Cursor.description`, but I am concerned about adding any more processing for something that will be rarely used. When needed it...

I've put this on hold for v5 due to the suggestions I made above.

I won't be much help here (I don't use Docker yet), but this might be something good for the [wiki](https://github.com/mkleehammer/pyodbc/wiki).

Thanks Tim. There are a couple of issues to work out: 1) How do we pick a default library, unixODBC or iODBC? 2) How to handle macOS where prebuilt binaries...

I actually knew the libraries were still there, but the real problem is that the ODBC drivers are not interchangeable between unixODBC and iODBC. Even if libraries are available, if...

It is not really possible to build a single pyodbc that works with both: * The driver managers are not ABI compatible, so you must either build against only one...