Skip to content

v6.3

Compare
Choose a tag to compare
@anthony-tuininga anthony-tuininga released this 27 Apr 00:51
· 445 commits to main since this release

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.