Skip to content

Commit 90f8ad5

Browse files
committed
Minor internal code and test updates
1 parent 728bc5d commit 90f8ad5

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

lib/thin/connection.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,10 @@ class ThinConnectionImpl extends ConnectionImpl {
6363
if (this._protocol.txnInProgress) {
6464
await this.rollback();
6565
}
66-
this._protocol.callTimeout = 0; // not applicable for close
6766
if (this._drcpEnabled) {
6867
await this._sessRelease();
6968
this._drcpEstablishSession = true;
7069
}
71-
7270
if (this._pool && !this._dropSess) {
7371
await this._pool.release(this);
7472
} else {

test/list.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5638,4 +5638,3 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
56385638
293.3 Warning from function in a PLSQL query
56395639
293.4 with poolMin=0 with password in grace time with heterogeneous pool
56405640
293.5 Warning from executeMany
5641-

0 commit comments

Comments
 (0)