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

2006-08-16 20:04
3.2

Tags: Major feature enhancements

2006-07-05 08:15
3.2rc1

Diese Version behebt einen Bug, und fügt eine Handvoll von Funktionen.
Tags: Minor bugfixes
This release fixes one bug and adds a handful of
features.

2006-04-27 10:18
3.2b1

Diese Version behebt kleinere Bugs und fügt eine Reihe von Merkmalen, vor allem Unterstützung für den Anschluss Timeouts.
Tags: Minor feature enhancements
This release fixes minor bugs and adds a number of features, most notably support for connection timeouts.

Project Resources