rust-postgres/tokio-postgres
Steven Fackler 3955d26c20 Don't hold strong references in statements
There's no need for the connection to stay open until statements drop -
they'll be cleaned up anyway once the connection dies.
2018-07-07 16:43:07 -07:00
..
src Don't hold strong references in statements 2018-07-07 16:43:07 -07:00
tests Don't hold strong references in statements 2018-07-07 16:43:07 -07:00
Cargo.toml Support custom types 2018-07-05 20:48:08 -07:00