Added
- Added
Client::query_scalar,Client::query_one_scalar, andClient::query_opt_scalarmethods. - Added
Row::raw_size_bytesmethod. - Added
Column::type_modifiermethod.
Changed
- Upgraded
whoamito v2.
Unclaimed project
Are you a maintainer of rust-postgres? Claim this project to take control of your public changelog and roadmap.
Changelog
Native PostgreSQL driver for the Rust programming language
Client::query_scalar, Client::query_one_scalar, and Client::query_opt_scalar methods.Row::raw_size_bytes method.Column::type_modifier method.whoami to v2.ToSql implementation for Box<T> where T: ToSql.FallibleIterator::size_hint for Fields.i16::MAX to u16::MAX.Client::check_connection API.Client::is_closed.futures-util.Client::check_connection API.Client::simple_query_raw API.Client::is_closed.Display impl of Error