diff --git a/doc/src/release_notes.rst b/doc/src/release_notes.rst index d9cad3a5..93d71b47 100644 --- a/doc/src/release_notes.rst +++ b/doc/src/release_notes.rst @@ -13,18 +13,22 @@ node-oracledb `v6.6.0 `__. #) Added support to use ``IFILE`` parameter to embed custom @@ -48,7 +52,14 @@ Thin Mode Changes Thick Mode Changes +++++++++++++++++++ -#) Fixed bug that causes Two-Phase Commit `tpcRecover` execution to fail. +#) Fixed bug that causes Two-Phase Commit :meth:`connection.tpcRecover()` + execution to fail. + +#) Added binary for the macOS ARM64 platform. + +#) Corrected memory leak when dequeuing messages with JSON payloads + (`ODPI-C change + `__). node-oracledb `v6.5.1 `__ (23 May 2024) --------------------------------------------------------------------------------------------------------- @@ -58,8 +69,6 @@ Common Changes #) Test and documentation updates. -#) Added support for ``oracledb.DB_TYPE_BFILE`` data type. - Thin Mode Changes +++++++++++++++++ diff --git a/test/dataTypeJson.js b/test/dataTypeJson.js index 0e865e5f..ee57cabf 100644 --- a/test/dataTypeJson.js +++ b/test/dataTypeJson.js @@ -232,7 +232,7 @@ describe('244.dataTypeJson.js', function() { binds.push([19, jsonVal19]); binds.push([20, jsonVal20]); } - if (testsUtil.isVectorBinaryRunnable) { + if (await testsUtil.isVectorBinaryRunnable()) { binds.push([21, jsonVal21]); } binds.forEach((element, index) => {