Skip to content

Commit 855d52e

Browse files
committed
Release Notes formatting updates
1 parent b88055d commit 855d52e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

doc/src/release_notes.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Common Changes
1717

1818
Thin Mode Changes
1919
+++++++++++++++++
20-
#) Fixed issue which throws the `ORA-00932` error, when the same SELECT SQL
21-
statement is run for the second time with a different bind type.
22-
See `Issue #1669 <https://github.com/oracle/node-oracledb/issues/1669>`__.
20+
#) Fixed issue that throws an ``ORA-00932`` error, when the same SELECT SQL
21+
statement is run for the second time with a different bind type.
22+
See `Issue #1669 <https://github.com/oracle/node-oracledb/issues/1669>`__.
2323

24-
#) Fixed exponent check condition for out-of-bounds number.
25-
See `Issue #1659 <https://github.com/oracle/node-oracledb/issues/1659>`__.
24+
#) Fixed exponent check condition for out-of-bounds number.
25+
See `Issue #1659 <https://github.com/oracle/node-oracledb/issues/1659>`__.
2626

27-
#) Fixed bug which threw an ``ORA-28009`` error when a pool is created with
27+
#) Fixed bug that throws an ``ORA-28009`` error when a pool is created with
2828
SYSDBA privilege.
2929
See `Issue #1657 <https://github.com/oracle/node-oracledb/issues/1657>`__.
3030

@@ -397,7 +397,7 @@ Thick Mode Changes
397397
#) Added :meth:`sodaOperation.lock()` method to disable modification of SODA
398398
documents by other connections.
399399

400-
#) Fixed bug causing an 'ORA-21525' error with :ref:`DbObject Class
400+
#) Fixed bug causing an ``ORA-21525`` error with :ref:`DbObject Class
401401
<dbobjectclass>` objects that have a NUMBER attribute with a scale of 0
402402
and precision less than, or equal, to 18. `Issue #1594
403403
<https://github.com/oracle/node-oracledb/issues/1594>`__.
@@ -450,7 +450,7 @@ Thin Mode Changes
450450
will reorder the list of available hosts so that the hosts marked as down
451451
are at the end of the list.
452452

453-
#) Fixed bug that throws unexpected 'ORA-01002' and 'NJS-112' errors
453+
#) Fixed bug that throws unexpected ``ORA-01002`` and ``NJS-112`` errors
454454
when LOB columns are fetched after table recreation.
455455
`Issue #1565 <https://github.com/oracle/node-oracledb/issues/1565>`__.
456456

@@ -459,7 +459,7 @@ Thin Mode Changes
459459
now return 'undefined' in Thin mode instead of throwing an error.
460460
`Issue #1582 <https://github.com/oracle/node-oracledb/issues/1582>`__.
461461

462-
#) Fixed bug giving 'Unexpected message type' during connection
462+
#) Fixed bug throwing 'Unexpected message type' error during connection
463463
authentication.
464464
`Issue #1589 <https://github.com/oracle/node-oracledb/issues/1589>`__.
465465

@@ -514,8 +514,8 @@ Common Changes
514514
Thin Mode Changes
515515
+++++++++++++++++
516516

517-
#) Fixed bug that throws the NJS-111 internal error, on the second SELECT SQL
518-
statement issued after the first SELECT SQL statement call on an empty
517+
#) Fixed bug that throws an ``NJS-111`` internal error, on the second SELECT
518+
SQL statement issued after the first SELECT SQL statement call on an empty
519519
table with LOBs.
520520

521521
#) Avoid throwing errors when calls to ``os.userInfo()`` fail.
@@ -529,7 +529,7 @@ Thin Mode Changes
529529
database response that spans multiple packets. This break could occur due
530530
to a server error, the session being killed or a call to ``breakExecution()``.
531531

532-
#) Fixed bug where NJS-112 is thrown intermittently with some connections.
532+
#) Fixed bug where ``NJS-112`` is thrown intermittently with some connections.
533533

534534
#) Fixed bug where DRCP connections from the application-side connection pool
535535
cause the `NUM_MISSES` values to increase instead of the `NUM_HITS` values

0 commit comments

Comments
 (0)