File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Thin Mode Changes
34
34
#) Fixed bug preventing binding OUT data of type
35
35
:data: `~oracledb.DB_TYPE_UROWID ` that exceeds 3950 bytes in length.
36
36
#) Fixed bug preventing correct parsing of connect descriptors with both
37
- ADDRESS and ADDRESS_LIST components at the same level.
37
+ `` ADDRESS `` and `` ADDRESS_LIST `` components at the same level.
38
38
#) The complete connect string is now sent to the server instead of just the
39
39
actual components being used. This is important for some configurations.
40
40
#) Fixed bug resulting in an internal protocol error when handling database
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ install with:
202
202
203
203
.. code-block :: shell
204
204
205
- python3 -m pip install oracledb cryptography --user
205
+ python3 -m pip install oracledb --user
206
206
207
207
The ``--user `` option is useful when you do not have permission to write to
208
208
system directories.
You can’t perform that action at this time.
0 commit comments