InformixDB-1.5 released

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Carsten Haese

    #1

    InformixDB-1.5 released

    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.Erro r 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.


Working...