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
PoolConnection should probably be sure to clear the inner connection's buffer before releasing it back to the pool, and maybe on panic just kill the connection entirely (because e.g. it could be in an unclosed transaction).
Currently it does... none of that, which is actually a bit concerning (I wrote it so I take full responsibility):
Context: #110 (comment)
PoolConnection
should probably be sure to clear the inner connection's buffer before releasing it back to the pool, and maybe on panic just kill the connection entirely (because e.g. it could be in an unclosed transaction).Currently it does... none of that, which is actually a bit concerning (I wrote it so I take full responsibility):
sqlx/sqlx-core/src/pool/conn.rs
Lines 72 to 81 in 80f402b
The text was updated successfully, but these errors were encountered: