This commit is contained in:
Mostafa
2025-02-27 14:55:51 -06:00
parent aa6638107d
commit 97e0ee4c2e

View File

@@ -1325,14 +1325,13 @@ where
self.buffer_bind(message).await?; self.buffer_bind(message).await?;
} }
// Describe // Describe
// Command a client can issue to describe a previously prepared named statement. // Command a client can issue to describe a previously prepared named statement.
'D' => { 'D' => {
self.buffer_describe(message).await?; self.buffer_describe(message).await?;
} }
// Execute // Execute2
// Execute a prepared statement prepared in `P` and bound in `B`. // Execute a prepared statement prepared in `P` and bound in `B`.
'E' => { 'E' => {
self.extended_protocol_data_buffer self.extended_protocol_data_buffer