rust-postgres/tests
Steven Fackler 290d572166 Redesign COPY IN execution setup.
The old Iterator of Iterators setup basically required all of the rows
to sit in memory at the same time, which defeats the entire purpose of
that configuration. There's probably a library that defines
`StreamIterator`, so this may jump to that.
2015-01-21 20:25:01 -08:00
..
types Update for upstream changes 2015-01-09 10:50:54 -08:00
test.rs Redesign COPY IN execution setup. 2015-01-21 20:25:01 -08:00