Tags: kimrutherford/rust-postgres
Tags
* The minimum required Rust version is now 1.2. * `IntoConnectParams` now returns a `Box<Error>`. * `Error::DbError` now stores a `Box<DbError>` instead of a `DbError`, cutting down the size of `Error` from 376 bytes to 34. * Provide expected input formats to `ReadWithInfo`s. * Overhaul the `copy_out` API. Instead of returning a `Read`er that has to be destroyed is weird and kind of bad. Instead, pass a `WriteWithInfo` into `copy_out`. * Refactor notification API. `Notifications` is no longer an `Iterator` in itself, but instead has methods to return various kinds of `Iterator`s.
PreviousNext