rust-postgres/postgres/tests
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
..
types Allow FromSql to borrow from the buffer 2018-04-22 13:16:34 -07:00
test.rs Allow FromSql to borrow from the buffer 2018-04-22 13:16:34 -07:00