rust-postgres/postgres-shared
Steven Fackler fcbed9175b Allow FromSql to borrow from the buffer
This allows for in-place deserialization of text and bytea values in
particular.

Row::get_bytes is removed since it previously existed for this use case.

Closes #281
2018-04-22 13:16:34 -07:00
..
src Allow FromSql to borrow from the buffer 2018-04-22 13:16:34 -07:00
Cargo.toml Upgrade dependencies 2018-04-15 13:59:48 -07:00