We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc11e0 commit 6822124Copy full SHA for 6822124
1 file changed
src/api/auth/mod.rs
@@ -244,6 +244,7 @@ where
244
TransactionStatus::Idle,
245
)))
246
.await?;
247
+ client.flush().await?;
248
249
client.set_state(PgWireConnectionState::ReadyForQuery);
250
Ok(())
0 commit comments