Re: [sqlalchemy] connection close() questions

2020-05-14 Thread Mike Bayer
On Thu, May 14, 2020, at 8:35 AM, Kent Bower wrote: > Returned to pool in rolled back state now, thanks. > > However, the script I sent in this post now hits the "SAWarning: Reset agent > is not active. This should not occur unless there was already a connectivity > error in progress." on the

Re: [sqlalchemy] connection close() questions

2020-05-14 Thread Kent Bower
Returned to pool in rolled back state now, thanks. However, the script I sent in this post now hits the "SAWarning: Reset agent is not active. This should not occur unless there was already a connectivity error in progress." on the conn.close() call. Did you expect that because my usage pattern