diff --git a/doc/src/conf.py b/doc/src/conf.py index ac98c5aa..7d500ee0 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -42,7 +42,7 @@ # The short X.Y version. version = '6.0' # The full version, including alpha/beta/rc tags. -release = '6.0.2' +release = '6.0.3' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/doc/src/releasenotes.rst b/doc/src/releasenotes.rst index ebbf364b..2ad0beab 100644 --- a/doc/src/releasenotes.rst +++ b/doc/src/releasenotes.rst @@ -8,6 +8,34 @@ cx_Oracle Release Notes .. _releasenotes60: +Version 6.0.3 (November 2017) +----------------------------- + +#) Update to `ODPI-C 2.0.3 + `__. + + - Prevent use of unitialized data in certain cases (`issue 77 + `__). + - Attempting to ping a database earlier than 10g results in error + "ORA-1010: invalid OCI operation", but that implies a response from the + database and therefore a successful ping, so treat it that way! + - Correct handling of conversion of some numbers to NATIVE_FLOAT. + - Prevent use of NaN with Oracle numbers since it produces corrupt data + (`issue 91 `__). + - Verify that Oracle objects bound to cursors, fetched from cursors, set in + object attributes or appended to collection objects are of the correct + type. + - Correct handling of NVARCHAR2 when used as attributes of Oracle objects + or as elements of collections. + +#) Ensure that a call to setinputsizes() with an invalid type prior to a call + to executemany() does not result in a type error, but instead gracefully + ignores the call to setinputsizes() as required by the DB API + (https://github.com/oracle/python-cx_Oracle/issues/75). +#) Check variable array size when setting variable values and raise + IndexError, as is already done for getting variable values. + + Version 6.0.2 (August 2017) --------------------------- diff --git a/odpi b/odpi index ba7bd495..8a3f81ec 160000 --- a/odpi +++ b/odpi @@ -1 +1 @@ -Subproject commit ba7bd4957576db54673207f32767980e864f0427 +Subproject commit 8a3f81ec9d4000d1a65578b7592ac06643dbf2df