sfackler / rust-postgres

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

tokio-postgres: Expose table OID and column ID on Column #1060

Closed glittershark closed 9 months ago

glittershark commented 1 year ago

Pass through the table OID and column ID from field descriptions for prepared statements to fields on Column, with exposed getters

sfackler commented 9 months ago

Covered by #1084 - sorry, didn't notice this PR until merging the other :(