Skip to content

Commit f13a9de

Browse files
Uppercase the Oracle type name to match recent capitalization of types.
1 parent 69e1afb commit f13a9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/releasenotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Version 6.0 rc 2 (July 2017)
2525
as specified in the Python DB API.
2626
#) Ensure the correct encoding is used for setting variable values.
2727
#) Corrected handling of CLOB/NCLOB when using different encodings.
28-
#) Corrected handling of timestamp with time zone attributes on objects.
28+
#) Corrected handling of TIMESTAMP WITH TIME ZONE attributes on objects.
2929
#) Ensure that the array position passed to var.getvalue() does not exceed the
3030
number of elements allocated in the array.
3131
#) Reworked test suite and samples so that they are independent of each other

0 commit comments

Comments
 (0)