Downloadliste

Projektbeschreibung

cx_Oracle is a Python extension module that allows
access to Oracle, and conforms to the Python
database API specifications. This module is
currently built against Oracle 9.2, Oracle 10.2,
and Oracle 11.1.

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.

2011-10-13 04:24
5.1.1

Diese Version behebt einige kleine Bugs unter hoher Last oder in weniger gebräuchliche Szenarien. Die Test-Suite wurde auch verbessert, um Code zu decken, die zuvor nicht behandelt wurde.
This release fixes a number of small bugs encountered under high load or in less-commonly-used scenarios. The test suite was also enhanced to cover code that was not previously covered.

2011-03-22 02:22
5.1

Diese Version entfernt UNICODE-Modus und ersetzt es mit Unterstützung für Unicode-Zeichen überall ein String übergeben werden können. Dies beseitigt die Probleme, die mit UNICODE-Modus und die Einschränkungen, die in Python 2.x wo Unicode nicht in Strings oder SQL-Anweisungen verwendet werden könnten, zum Beispiel wurden entdeckt wurden. Ein paar andere kleinere Verbesserungen wurden ebenso implementiert.
This release removes UNICODE mode and replaces it with support for Unicode characters anywhere a string can be passed. This eliminates the problems that were discovered with UNICODE mode and the restrictions that were present in Python 2.x where Unicode could not be used in connect strings or SQL statements, for example. A few other minor enhancements were implemented as well.

2010-07-21 16:57
5.0.4

Diese Version bietet Unterstützung für Python 2.7 und fügt Unterstützung für die Angabe der Port für Rückrufe in der Datenbank Änderungsbenachrichtigungen. Ein paar kleinere Bugs wurden ebenfalls eingeklemmt.
This release adds support for Python 2.7 and adds support for specifying the port for callbacks in database change notifications. A couple of minor bugs were also squashed.

2010-02-05 21:35
5.0.3

Diese Version bietet Unterstützung für Python 3.1 und 64-Bit-Windows. Eine Reihe weiterer Bug-Fixes wurden und die Dokumentation wurde basierend auf Feedback der Benutzer aktualisiert.
This release adds support for Python 3.1 and 64-bit Windows. A number of other bug fixes were made and the documentation was updated based on user feedback.

2009-05-22 16:47
5.0.2

Diese Version behebt einen Fehler in dem Schreiben von NCLOB Werte in nicht Unicode-Modus implementiert einen Parser-Fehler auszugleichen, und wieder aktiviert, das Parsen von Nicht-SELECT-Anweisungen. Es ermöglicht auch die Erstellung einer Reihe von weniger häufig vorkommenden Situationen.
This release fixes a bug in the writing of NCLOB values in non Unicode mode, implements a parse error offset, and re-enables parsing of non-select statements. It also enables compiling in a number of less common situations.

Project Resources