From anthony.tuininga at gmail.com Mon Feb 4 19:12:38 2019 From: anthony.tuininga at gmail.com (Anthony Tuininga) Date: Mon, 4 Feb 2019 17:12:38 -0700 Subject: [DB-SIG] cx_Oracle 7.1 Message-ID: What is cx_Oracle? cx_Oracle is a Python extension module that enables access to Oracle Database for Python 3.x and 2.x and conforms to the Python database API 2.0 specifications with a number of enhancements. Where do I get it? https://oracle.github.io/python-cx_Oracle The easiest method to install/upgrade cx_Oracle is via pip as in python -m pip install cx_Oracle --upgrade What's new? This release focused on session pools. Specifically, a session callback may now be specified when a pool is created. This allows an application to improve performance by reducing the number of round trips to the database needed in order to set session state. A number of smaller enhancements and bug fixes were also made. See the full release notes for all of the details: https://cx-oracle.readthedocs.io/en/latest/releasenotes.html#version-7-1-february-2019 Please provide any feedback via GitHub issues ( https://github.com/oracle/python-cx_Oracle/issues). -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.tuininga at gmail.com Tue Feb 19 17:47:23 2019 From: anthony.tuininga at gmail.com (Anthony Tuininga) Date: Tue, 19 Feb 2019 15:47:23 -0700 Subject: [DB-SIG] cx_Oracle 7.1.1 Message-ID: What is cx_Oracle? cx_Oracle is a Python extension module that enables access to Oracle Database for Python 3.x and 2.x and conforms to the Python database API 2.0 specifications with a number of enhancements. Where do I get it? https://oracle.github.io/python-cx_Oracle The easiest method to install/upgrade cx_Oracle is via pip as in python -m pip install cx_Oracle --upgrade What's new? This release addresses a couple of bugs. See the release notes for more information. https://cx-oracle.readthedocs.io/en/latest/releasenotes.html#version-7-1-1-february-2019 Please provide any feedback via GitHub issues (https://github.com/oracle /python-cx_Oracle/issues). -------------- next part -------------- An HTML attachment was scrubbed... URL: