We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3604bc9 commit 94bef53Copy full SHA for 94bef53
src/oracledb/impl/thin/messages/auth.pyx
@@ -272,9 +272,9 @@ cdef class AuthMessage(Message):
272
if description.purity == PURITY_DEFAULT \
273
and self.conn_impl._drcp_enabled:
274
if self.conn_impl._is_pooled:
275
- self.purity = PURITY_NEW
276
- else:
277
self.purity = PURITY_SELF
+ else:
+ self.purity = PURITY_NEW
278
else:
279
self.purity = description.purity
280
0 commit comments