All releases of cx_Oracle


Release Notes: 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.


Release Notes: 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.


Release Notes: 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.


Release Notes: 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.


Release Notes: 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.


Release Notes: This release adds support for database change notification available in Oracle 10g Release 2 and higher. It also fixes a number of bugs.


Release Notes: This release adds full support for Unicode and Python 3.0. It also improves extensibility by allowing hooks which can change the way data is passed between the database and Python. Support was also added for the interval day to second data type and database resident connection pooling (DRCP) in Oracle 11g.


Release Notes: This release enables forward compatibility with the next major release, and adds support for additional data types in Oracle objects. Additional minor enhancements were performed as requested. It also improves the documentation and the build process on less commonly used platforms.


Release Notes: This release improves the default performance and error handling of the module and the ability to build the module in different software configurations. The documentation has been updated to use the new Python documentation style.


Release Notes: This release adds a number of features specific to Oracle 10g Release 2 and adds support for Oracle 11g. A few samples have been added to the distribution to aid in understanding advanced features. The setup script has been enhanced to make building the module simpler and less error prone.