You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add ToSql implementations for Vec<T> and &[T] and a FromSql impleme…
…ntation
for Vec<T> corresponding to one-dimensional Postgres arrays.
* Add a nightly feature which adds unix socket support without an external
dependency.
* 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