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 41693a2 commit 3db2ee9Copy full SHA for 3db2ee9
src/oracledb/impl/thin/pool.pyx
@@ -224,10 +224,10 @@ cdef class BaseThinPoolImpl(BasePoolImpl):
224
list depending on whether the waiter is still waiting for the request
225
to be satisfied!
226
"""
227
- request.completed = True
228
request.in_progress = False
229
request.bg_processing = False
230
if request.conn_impl is not None:
+ request.completed = True
231
if not request.is_replacing and not request.requires_ping:
232
self._open_count += 1
233
if self._num_to_create > 0:
0 commit comments