mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-15 00:40:13 +00:00
Fix #580 + Add test
This commit is contained in:
committed by
Ryan Leckey
parent
c5157c950d
commit
67142259e4
@@ -74,7 +74,6 @@ impl PgConnection {
|
||||
|
||||
if let MessageFormat::ReadyForQuery = message.format {
|
||||
self.handle_ready_for_query(message)?;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user