rust-postgres/postgres/tests
Joe Wilm d011bb257a Make Rows a fully owned type (#264)
* Make Rows a fully owned type

This allows Rows to outlive a statement and be sent to 'static threads.

Resolves #263.

* fixup! Make Rows a fully owned type

* Remove unneeded Debug impl

* Oops, we do actually need this :(
2017-06-06 20:10:56 -04:00
..
types Support conversion of the UNKNOWN type to String 2017-05-22 22:04:41 -07:00
test.rs Make Rows a fully owned type (#264) 2017-06-06 20:10:56 -04:00