Closed happyelements01 closed 1 year ago
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?
fixed
https://github.com/long2ice/asyncmy/issues/62#issuecomment-1548921741
echo without double quotes?
push the new version to pypi,thanks
pr
https://github.com/long2ice/asyncmy/pull/63
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?