Skip to content

Commit 6700e39

Browse files
committed
Serialize concurrent operations on a connection in JS
1 parent 0a8f845 commit 6700e39

29 files changed

+651
-220
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
**This release is under development**
66

7+
- Concurrent operations on a single connection are now queued in the JavaScript
8+
layer, which can help reduce thread usage for applications that are unable to
9+
do their own queuing. A new
10+
[`oracledb.errorOnConcurrentExecute`](https://oracle.github.io/node-oracledb/doc/api.html#propdberrconexecute)
11+
property can be used during development to throw an error if concurrent
12+
operations are attempted on any single connection.
13+
714
- Fixed connection pool statistic "min time in queue" calculation.
815

916
- Enhanced

0 commit comments

Comments
 (0)