adodbapi 2.3.0 (the django version) released
Vernon Cole has announced the release of a new version of adodbapi, a Windows database driver that works with both CPython and IronPython. This version is all about django support. There are two targets: A) MS SQL database connections for mainstream django. B) running django on IronPython Thanks to Adam Vandenberg for the django modifications. adodbapi home page on sourceforge A Python DB-API 2.0 module that makes it easy to use Microsoft ADO for connecting with databases and other data sources using either CPython or IronPython. This version is highly refactored following the work of Adam Vandenberg, and also has all of the current user suggested patches. Both the Mercurial tree and the downloadable zip files are updated. (There is no fancy installer, just copy the folder in your site-packages folder.) This has been tested using CPython 2.3, CPython 2.6, IronPython 2.6 (.NET 2) and IronPython 2.6(.NET 4...