@@ -17,14 +17,14 @@ Common Changes
17
17
18
18
Thin Mode Changes
19
19
+++++++++++++++++
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 >`__.
23
23
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 >`__.
26
26
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
28
28
SYSDBA privilege.
29
29
See `Issue #1657 <https://github.com/oracle/node-oracledb/issues/1657 >`__.
30
30
@@ -397,7 +397,7 @@ Thick Mode Changes
397
397
#) Added :meth: `sodaOperation.lock() ` method to disable modification of SODA
398
398
documents by other connections.
399
399
400
- #) Fixed bug causing an ' ORA-21525' error with :ref: `DbObject Class
400
+ #) Fixed bug causing an `` ORA-21525 `` error with :ref: `DbObject Class
401
401
<dbobjectclass>` objects that have a NUMBER attribute with a scale of 0
402
402
and precision less than, or equal, to 18. `Issue #1594
403
403
<https://github.com/oracle/node-oracledb/issues/1594> `__.
@@ -450,7 +450,7 @@ Thin Mode Changes
450
450
will reorder the list of available hosts so that the hosts marked as down
451
451
are at the end of the list.
452
452
453
- #) Fixed bug that throws unexpected ' ORA-01002' and ' NJS-112' errors
453
+ #) Fixed bug that throws unexpected `` ORA-01002 `` and `` NJS-112 `` errors
454
454
when LOB columns are fetched after table recreation.
455
455
`Issue #1565 <https://github.com/oracle/node-oracledb/issues/1565 >`__.
456
456
@@ -459,7 +459,7 @@ Thin Mode Changes
459
459
now return 'undefined' in Thin mode instead of throwing an error.
460
460
`Issue #1582 <https://github.com/oracle/node-oracledb/issues/1582 >`__.
461
461
462
- #) Fixed bug giving 'Unexpected message type' during connection
462
+ #) Fixed bug throwing 'Unexpected message type' error during connection
463
463
authentication.
464
464
`Issue #1589 <https://github.com/oracle/node-oracledb/issues/1589 >`__.
465
465
@@ -514,8 +514,8 @@ Common Changes
514
514
Thin Mode Changes
515
515
+++++++++++++++++
516
516
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
519
519
table with LOBs.
520
520
521
521
#) Avoid throwing errors when calls to ``os.userInfo() `` fail.
@@ -529,7 +529,7 @@ Thin Mode Changes
529
529
database response that spans multiple packets. This break could occur due
530
530
to a server error, the session being killed or a call to ``breakExecution() ``.
531
531
532
- #) Fixed bug where NJS-112 is thrown intermittently with some connections.
532
+ #) Fixed bug where `` NJS-112 `` is thrown intermittently with some connections.
533
533
534
534
#) Fixed bug where DRCP connections from the application-side connection pool
535
535
cause the `NUM_MISSES ` values to increase instead of the `NUM_HITS ` values
0 commit comments