File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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
3135Common Changes
3236++++++++++++++
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments