Skip to content

Commit 80e5385

Browse files
Thick: fixed the ability to use external authentication with connection
pools.
1 parent c3de1a0 commit 80e5385

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

doc/src/release_notes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Thin Mode Changes
2727
configurations
2828
(https://github.com/oracle/python-oracledb/discussions/34).
2929

30+
Thick Mode Changes
31+
++++++++++++++++++
32+
33+
#) Fixed the ability to use external authentication with connection pools.
3034

3135
Common Changes
3236
++++++++++++++

src/oracledb/impl/thick/pool.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ cdef class ThickPoolImpl(BasePoolImpl):
9191
create_params.pingInterval = params.ping_interval
9292
common_params.stmtCacheSize = params.stmtcachesize
9393
common_params.sodaMetadataCache = params.soda_metadata_cache
94+
create_params.externalAuth = params.externalauth
9495

9596
# prepare user, password and DSN for use
9697
if self.username is not None:

0 commit comments

Comments
 (0)