File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Common Changes
17
17
18
18
Thin Mode Changes
19
19
+++++++++++++++++
20
+
20
21
#) Fixed issue that throws an ``ORA-00932 `` error, when the same SELECT SQL
21
22
statement is run for the second time with a different bind type.
22
23
See `Issue #1669 <https://github.com/oracle/node-oracledb/issues/1669 >`__.
@@ -33,8 +34,8 @@ Thin Mode Changes
33
34
Thick Mode Changes
34
35
+++++++++++++++++++
35
36
36
- #) Fixed bug that ignored the ``privilege `` parameter, when it was passed in
37
- the `` pool.getConnection() ` ` call.
37
+ #) Fixed bug that ignored the ``privilege `` parameter when it was passed in
38
+ the :meth: ` pool.getConnection() ` call.
38
39
39
40
node-oracledb `v6.5.0 <https://github.com/oracle/node-oracledb/compare/v6.4.0...v6.5.0 >`__ (2 May 2024)
40
41
-------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments