Python 1.3.0 Released

Bryan J Gudorf bgudorf at neurokode.com
Sat Jul 24 22:28:54 EDT 2004


   PDO 1.3.0 is now available for download. This addresses an issue in the
fields object which accounts for memory issues when using the module.
Also in this release are bugfixes for array_from_column() and
dictionary_from_columns in the ResultSource Object.
   As released previously: Python Database Objects (PDO) provides an easy to use Object
Oriented API for database developers. PDO utilizes DB-API modules for database access, 
but allows for a Common Object Oriented API across RDBMS. Thus, PDO can be thought of 
as a 'wrapper' around the DB-API and database specific modules.
   PDO offers a unique interface which includes such features as column access by name, 
forward and backward movement through a result set and much, much more.
   Downloads for Python Database Objects are available on SourceForge.Net
or for more information please visit pdo.neurokode.com.

Bryan J Gudorf
~NeuroKode Labs, LLC




More information about the Python-list mailing list