We are looking to simplify our Python systems by moving everything onto Py3k and dropping Py27 off our application systems. We're currently using pyODBC 3.0.6 and can't downgrade to 3.0.2 where a Py3K build is available as we use cursor.commit() and rollback() quite heavily.
Do you have any current plans to build for Py3k on Windows platforms or would we be better off building it ourselves/deferring porting this application?
This is an excellent library, by the way. It's really helped us get away from some horrid, old code. Thanks for your efforts in developing it.