Tags: abaumhauer/rust-postgres
Tags
* Add SSL support for security-framework * Support BIT/VARBIT <-> BitVec conversions * Add a Connection::query method * Restructure FromSql to split the from null case to a separate method * Restructure SslMode to store references to NegotiateSsls * cancel_query now takes its data argument by reference * Make DbError fields public and remove accessor methods * Restructure Error and ConnectError variants * Make the notification::Iter iterator perform nonblocking reads * Add new SqlState codes from Postgres 9.5
* 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