@@ -4,8 +4,30 @@ cx_Oracle Release Notes
4
4
6.x releases
5
5
############
6
6
7
- Version 6.0 (TBD)
8
- -----------------
7
+ Version 6.0 rc 1 (June 2017)
8
+ ----------------------------
9
+
10
+ #) Update to `ODPI-C rc 1 <https://oracle.github.io/odpi/doc/releasenotes.html
11
+ #version-2-0-0-rc-1-june-16-2017> `__.
12
+ #) The method :meth: `Cursor.setoutputsize ` no longer needs to do anything,
13
+ since ODPI-C automatically manages buffer sizes of LONG and LONG RAW
14
+ columns.
15
+ #) Handle case when both precision and scale are zero, as occurs when
16
+ retrieving numeric expressions (`issue 34
17
+ <https://github.com/oracle/python-cx_Oracle/issues/34> `__).
18
+ #) OCI requires that both encoding and nencoding have values or that both
19
+ encoding and encoding do not have values. These parameters are used in
20
+ functions :meth: `cx_Oracle.connect ` and :meth: `cx_Oracle.SessionPool `. The
21
+ missing value is set to its default value if one of the values is set and
22
+ the other is not (`issue 36
23
+ <https://github.com/oracle/python-cx_Oracle/issues/36> `__).
24
+ #) Permit use of both string and unicode for Python 2.7 for creating session
25
+ pools and for changing passwords (`issue 23
26
+ <https://github.com/oracle/python-cx_Oracle/issues/23> `__).
27
+ #) Corrected handling of BFILE LOBs.
28
+ #) Add script for dropping test schemas.
29
+ #) Documentation improvements.
30
+
9
31
10
32
Version 6.0 beta 2 (May 2017)
11
33
-----------------------------
0 commit comments