File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,10 @@ class ThinConnectionImpl extends ConnectionImpl {
63
63
if ( this . _protocol . txnInProgress ) {
64
64
await this . rollback ( ) ;
65
65
}
66
- this . _protocol . callTimeout = 0 ; // not applicable for close
67
66
if ( this . _drcpEnabled ) {
68
67
await this . _sessRelease ( ) ;
69
68
this . _drcpEstablishSession = true ;
70
69
}
71
-
72
70
if ( this . _pool && ! this . _dropSess ) {
73
71
await this . _pool . release ( this ) ;
74
72
} else {
Original file line number Diff line number Diff line change @@ -5638,4 +5638,3 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
5638
5638
293.3 Warning from function in a PLSQL query
5639
5639
293.4 with poolMin=0 with password in grace time with heterogeneous pool
5640
5640
293.5 Warning from executeMany
5641
-
You can’t perform that action at this time.
0 commit comments