Bump cx_Oracle version and Oracle Client and Database versions.

This commit is contained in:
Anthony Tuininga 2019-07-02 16:11:55 -06:00
parent 576144c1c2
commit 3b43a728ac
1 changed files with 9 additions and 9 deletions

View File

@ -22,7 +22,7 @@
<img class="headerLogo" alt="cx_Oracle logo" src="logo.png" />
</div>
<div class="headerContent">
<h1 class="headerTitle">cx_Oracle version 7.1</h1>
<h1 class="headerTitle">cx_Oracle version 7.2</h1>
<nav class="headerNav" role="navigation">
<ul>
<li><a href="http://cx-oracle.readthedocs.io/en/latest/index.html">Documentation</a></li>
@ -53,9 +53,9 @@
<p>cx_Oracle 7 has been tested with Python version 2.7, and with
versions 3.5 through 3.7. You can use cx_Oracle with Oracle 11.2, 12.1
and 12.2 and 18.3 client libraries. Oracle's standard client-server version
interoperability allows connection to both older and newer databases.
For example Oracle 18.3 client libraries can connect to Oracle
and 12.2, 18.3 and 19.3 client libraries. Oracle's standard client-server
version interoperability allows connection to both older and newer
databases. For example Oracle 19.3 client libraries can connect to Oracle
Database 11.2.</p>
</div> <!-- /about -->
@ -136,12 +136,12 @@
<li><p>Support for Python 2 and 3.</p></li>
<li><p>Support for Oracle Client 11.2, 12.1, 12.2 and 18.3. Oracle's
standard cross-version interoperability, allows easy upgrades and
connectivity to different Oracle Database versions.</p></li>
<li><p>Support for Oracle Client 11.2, 12.1, 12.2, 18.3 and 19.3.
Oracle's standard cross-version interoperability, allows easy upgrades
and connectivity to different Oracle Database versions.</p></li>
<li><p>Connect to Oracle Database 9.2, 10, 11, 12 or 18 (depending on the
Oracle Client version used).</p></li>
<li><p>Connect to Oracle Database 9.2, 10, 11, 12, 18 or 19 (depending on
the Oracle Client version used).</p></li>
<li><p>SQL and PL/SQL Execution. The underlying Oracle Client
libraries have significant optimizations including compressed fetch,