C
Carsten Haese
Hi Everybody:
I have released a new version, version 1.5, of InformixDB, the DB-API
module for connecting to IBM Informix database engines.
Download at http://sourceforge.net/projects/informixdb .
Notable changes since version 1.4:
* Further steps towards DB-API 2 compliance: added recommended keyword
arguments to connect() method and implemented cursor methods/attributes
..next(), .executemany(), .rowcount, and .arraysize
* informixdb.Error now makes details about the error (such as sqlcode)
available as attributes.
* sqlerrd wasn't initialized properly, and under many circumstances it
didn't correspond to the most recent operation.
Best regards,
Carsten Haese.
I have released a new version, version 1.5, of InformixDB, the DB-API
module for connecting to IBM Informix database engines.
Download at http://sourceforge.net/projects/informixdb .
Notable changes since version 1.4:
* Further steps towards DB-API 2 compliance: added recommended keyword
arguments to connect() method and implemented cursor methods/attributes
..next(), .executemany(), .rowcount, and .arraysize
* informixdb.Error now makes details about the error (such as sqlcode)
available as attributes.
* sqlerrd wasn't initialized properly, and under many circumstances it
didn't correspond to the most recent operation.
Best regards,
Carsten Haese.