@@ -59,20 +59,20 @@ Version 8.0 (TBD)
59
59
row offsets exceeding 65536.
60
60
#) Eliminated spurious error when accessing :attr: `Cursor.lastrowid ` after
61
61
executing an INSERT ALL statement.
62
- #) Miscellaneous code improvements supplied by Alex Henrie
63
- (pull requests
62
+ #) Miscellaneous improvements supplied by Alex Henrie (pull requests
64
63
`419 <https://github.com/oracle/python-cx_Oracle/pull/419 >`__,
65
64
`420 <https://github.com/oracle/python-cx_Oracle/pull/420 >`__,
66
65
`421 <https://github.com/oracle/python-cx_Oracle/pull/421 >`__,
67
- `422 <https://github.com/oracle/python-cx_Oracle/pull/422 >`__ and
68
- `423 <https://github.com/oracle/python-cx_Oracle/pull/423 >`__).
66
+ `422 <https://github.com/oracle/python-cx_Oracle/pull/422 >`__,
67
+ `423 <https://github.com/oracle/python-cx_Oracle/pull/423 >`__ and
68
+ `437 <https://github.com/oracle/python-cx_Oracle/pull/437 >`__).
69
69
#) Python objects bound to boolean variables are now converted to True or
70
70
False based on whether they would be considered True or False in a Python
71
71
if statement. Previously, only True was treated as True and all other
72
72
Python values (including 1, 1.0, and "foo") were treated as False
73
73
(pull request
74
74
`435 <https://github.com/oracle/python-cx_Oracle/pull/435 >`__).
75
- #) Documentation and test suite improvements.
75
+ #) Documentation, samples and test suite improvements.
76
76
77
77
78
78
Version 7.3 (December 2019)
0 commit comments