We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d4bb4 commit ebb357aCopy full SHA for ebb357a
CHANGELOG.md
@@ -8,12 +8,12 @@
8
- Added a [`connection.isHealthy()`](https://oracle.github.io/node-oracledb/doc/api.html#ishealthy)
9
function to perform a local connection health check
10
11
+- Added missing support for binding as `oracledb.DB_TYPE_BINARY_INTEGER`.
12
+
13
- Fixed numeric suffix feature (for duplicate SELECT column names when using
14
`oracledb.OUT_FORMAT_OBJECT` mode) when the column name is also a JavaScript
15
property or method name.
16
-- Added missing support for binding as `oracledb.DB_TYPE_BINARY_INTEGER`.
-
17
- Fixed binding string or buffer data when explicitly specifying the type as
18
`oracledb.DB_TYPE_BLOB`, `oracledb.DB_TYPE_CLOB` or `oracledb.DB_TYPE_NCLOB`.
19
0 commit comments