Share

Python DB-API 2.0 module for ADO

File Release Notes and Changelog

Release Name: 2.2.4

Notes: Relase history -------------- 2.2.4 2to3 compatible 2.2.2 Iron Python support complete. 2.2.1 Bugfix for string truncation 2.2 Code cleanup. added feature: "adodbapi.variantConversions[adodbapi.adNumeric] = adodbapi.cvtString" 2.1.1 Bugfix to CoIninialize() and nextset() 2.1 Python 2.4 version 2.0 See what's new above. 1.0.1 Bug fix: Null values for numeric fields. Thanks to Tim Golden. 1.0 the first release


Changes: Whats new in version 2.2.4 1. Ready for Python3? -- refactored so that 2to3 will inject very few errors, seems to be almost runnable in Pyk3. What happened to version 2.2.3? It was an attempt to be Python3 ready, but done wrong, so killed off.