sfackler / rust-postgres

Native PostgreSQL driver for the Rust programming language
Apache License 2.0
3.39k stars 429 forks source link

Adds RowDescription to the SimpleQueryMessage #1144

Closed rigby-dane closed 1 week ago

rigby-dane commented 1 month ago

Adds RowDescription to the SimpleQueryMessage to allow column information to be consumed without needing to consume any DataRows

Resolves #1143

sfackler commented 1 week ago

Thanks!