Python module that makes it easy to use Microsoft ADO for connecting with databases and other data sources. 100% DB-API 2.0 compliant. -- This module now included as part of pywin32 (v211 and later) and need not be downloaded separately here unless you r
Eliminated depreciated pywin32 call.
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.
whats new in version 2.2.2 1. Works with Iron Python 2.0RC1 (passes all tests except BINARY columns and old python time date conversion.) 2. Passes all dbapi20 tests (All errors and warnings are now defined for the connection object.) 3. Adds predefined ...
When the data for an integer column was being taken from a python unicode object, the value was truncated to 4 digits. Now truncation is done only if both the python and database fields are strings.
Prerequisites: * Python 2.3 or higher. * Mark Hammond's pywin32 python for windows extensions. Whats new in version 2.1? 1. Use of Decimal.decimal data type for currency and numeric data. [ Cole ] 2. add optional timeout parameter to the connect ...
1.0.1 Bug fix: Null values for numeric fields. Thanks to Tim GOlden.
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use