Fix #580 + Add test

This commit is contained in:
Jannik Obermann
2020-07-29 17:46:17 +02:00
committed by Ryan Leckey
parent c5157c950d
commit 67142259e4
2 changed files with 33 additions and 1 deletions

View File

@@ -74,7 +74,6 @@ impl PgConnection {
if let MessageFormat::ReadyForQuery = message.format {
self.handle_ready_for_query(message)?;
break;
}
}