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-03-22 02:22 Zurück zur Release-Liste
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.

Project Resources