File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Thin Mode Changes
3434#) Fixed bug preventing binding OUT data of type
3535 :data: `~oracledb.DB_TYPE_UROWID ` that exceeds 3950 bytes in length.
3636#) 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.
3838#) The complete connect string is now sent to the server instead of just the
3939 actual components being used. This is important for some configurations.
4040#) 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:
202202
203203.. code-block :: shell
204204
205- python3 -m pip install oracledb cryptography --user
205+ python3 -m pip install oracledb --user
206206
207207 The ``--user `` option is useful when you do not have permission to write to
208208system directories.
You can’t perform that action at this time.
0 commit comments