[prev in list] [next in list] [prev in thread] [next in thread] 

List:       python-db-sig
Subject:    [DB-SIG] cx_Oracle 6.3
From:       Anthony Tuininga <anthony.tuininga () gmail ! com>
Date:       2018-04-27 1:06:10
Message-ID: CAE1XR-76Prtu_gMPJ60y=bsop5_VXUH3ShtKgy=GeY3S9UGvRg () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


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 number of issues and bug fixes. The changes needed
to support DML Returning with cursor.executemany() required a new point
release since the attribute dml_ret_array_val in the cx_Oracle.__future__
object needs to be set in order for it to work correctly. Setting it
changes the behavior for DML Returning statements with cursor.execute() as
well and will become the new behavior in cx_Oracle 7. See the release notes
for more information.

http://cx-oracle.readthedocs.io/en/latest/releasenotes.html#version-6-3-april-2018

Please provide any feedback via GitHub issues (
https://github.com/oracle/python-cx_Oracle/issues).

[Attachment #5 (text/html)]

<div dir="ltr"><div>What is cx_Oracle?</div><div><br></div><div>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.</div><div><br></div><div><br></div><div>Where do I get it?</div><div><a \
href="https://oracle.github.io/python-cx_Oracle">https://oracle.github.io/python-cx_Oracle</a></div><div><br></div><div>The \
easiest method to install/upgrade cx_Oracle is via pip as \
in</div><div><br></div><div>      python -m pip install cx_Oracle \
--upgrade</div><div><br></div><div><br></div><div>What&#39;s \
new?</div><div><br></div><div>This release addresses a number of issues and bug \
fixes. The changes needed to support DML Returning with cursor.executemany() required \
a new point release since the attribute dml_ret_array_val in the cx_Oracle.__future__ \
object needs to be set in order for it to work correctly. Setting it changes the \
behavior for DML Returning statements with cursor.execute() as well and will become \
the new behavior in cx_Oracle 7. See the release notes for more \
information.<br></div><div><br></div><div><a \
href="http://cx-oracle.readthedocs.io/en/latest/releasenotes.html#version-6-3-april-20 \
18">http://cx-oracle.readthedocs.io/en/latest/releasenotes.html#version-6-3-april-2018</a><br></div><div><br></div><div>Please \
provide any feedback via GitHub issues (<a \
href="https://github.com/oracle/python-cx_Oracle/issues">https://github.com/oracle/python-cx_Oracle/issues</a>).</div></div>




_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
https://mail.python.org/mailman/listinfo/db-sig


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic