rust-postgres/tests
Steven Fackler 03150f4cae Overhaul the copy_out API
Returning a Reader ends up with a really weird user experience where you
have to make sure to drop it before making any other calls and it has to
internally fast forward to the end of the data even if the user drops it
early. Simply taking a Writer that all data is pushed into is
sigificantly more straightforward.
2015-09-15 23:11:14 -07:00
..
types Implement ToSql for &'a T where T: ToSql 2015-08-03 13:32:44 -07:00
test.rs Overhaul the copy_out API 2015-09-15 23:11:14 -07:00