You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i set echo is True, but self._echo is not in self._conn_kwargs
when fill_free_pool function create pool connection without echo parameter?
The text was updated successfully, but these errors were encountered:
happyelements01
changed the title
echo == True pool.pyx fill_free_pool create connect without self._echo
set echo = True but pool.pyx fill_free_pool create connection without echo parameter
May 16, 2023
Pool init function
https://github.com/long2ice/asyncmy/blob/dev/asyncmy/pool.pyx#LL12C11-L12C11
self._echo not in self._conn_kwargs
Pool fill_free_pool function
https://github.com/long2ice/asyncmy/blob/dev/asyncmy/pool.pyx#L124
i set echo is True, but self._echo is not in self._conn_kwargs
when fill_free_pool function create pool connection without echo parameter?
The text was updated successfully, but these errors were encountered: