rust-postgres/tokio-postgres/src
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
..
tls Change Handshake trait to not consume itself on use. 2018-01-29 04:16:32 -08:00
lib.rs Keepalive support in tokio-postgres 2018-04-15 14:38:01 -07:00
macros.rs Forward macros 2017-07-23 15:43:05 -07:00
rows.rs Allow FromSql to borrow from the buffer 2018-04-22 13:16:34 -07:00
sink.rs Fixes 2017-07-19 21:27:12 -07:00
stmt.rs Remove internals traits 2017-07-09 10:25:20 -07:00
stream.rs Keepalive support in tokio-postgres 2018-04-15 14:38:01 -07:00
test.rs Allow FromSql to borrow from the buffer 2018-04-22 13:16:34 -07:00
transaction.rs Stop using deprecated stuff 2017-09-30 15:14:02 -07:00