Skip to content

Commit f0650d9

Browse files
committed
added bind parser functionality to remove the regex limitations like Issue #1605
1 parent 2e9a712 commit f0650d9

File tree

6 files changed

+511
-128
lines changed

6 files changed

+511
-128
lines changed

doc/src/release_notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ Thin Mode Changes
1818
and `PR #1601 <https://github.com/oracle/node-oracledb/pull/1601>`__.
1919
(Daniel Rodrigues)
2020

21+
#) Improved statement bind variable placeholder parser performance, handle
22+
statements which use the `Alternative Quoting Mechanism
23+
<https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-1824CBAA-6E16-4921-B2A6-112FB02248DA>`__
24+
('Q' strings), and fix some issues identifying bind variable placeholders
25+
in embedded quotes and in JSON syntax.
26+
See `Issue #1605 <https://github.com/oracle/node-oracledb/issues/1605>`__.
27+
2128
Thick Mode Changes
2229
++++++++++++++++++
2330

0 commit comments

Comments
 (0)