Downloadliste

Projektbeschreibung

KInterbasDB is a Python extension package that
implements Python Database API 2.0-compliant
support for the open source relational database
Firebird and some versions of its proprietary
cousin Borland Interbase. In addition to the
minimal feature set of the standard Python DB API,
KInterbasDB also exposes nearly the entire native
client API of the database engine.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-02-13 04:52 Zurück zur Release-Liste
3.3

Es ist nun möglich, mehrere Vorgänge gleichzeitig auf einem einzigen kinterbasdb.Connection verwenden. Falls eine Unicode-Objekt als die SQL-Anweisung übergeben wird, wird KInterbasDB versuchen, es auf den Charakter des Dateisystems gesetzt (im Falle von kinterbasdb.create_database) oder den Charakter der Verbindung (in den anderen Fällen) eingestellt zu kodieren. Bisher wurden nur Unicode-Objekte, die in ASCII codiert werden könnten akzeptiert.
Tags: Major feature enhancements
It is now possible to use multiple transactions simultaneously on a single kinterbasdb.Connection. If a Unicode object is passed as the SQL statement, KInterbasDB will attempt to encode it to the character set of the filesystem (in the case of kinterbasdb.create_database) or to the character set of the connection (in the other cases). Previously, only Unicode objects that could be encoded to ASCII were accepted.

Project Resources