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 5053875 commit b4be993Copy full SHA for b4be993
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Change Log
2
3
+## node-oracledb v4.0.1 (DD MON YYYY)
4
+
5
+- Fixed passing DbObjects and JavaScript objects as the `payload` attribute for
6
+ AQ message enqueues when using an object queue.
7
8
+- Made the error message for AQ `queue.deqMany(0)` the same NJS-005 given when a
9
+ negative number is used.
10
11
+- Fixed a compilation warning seen on Windows.
12
13
## node-oracledb v4.0.0 (25 Jul 2019)
14
15
- Refactored the node-oracledb implementation to use
0 commit comments