Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: panther-king/rust-postgres

Tags

v0.11.9

Toggle v0.11.9's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
v0.11.9

* Fix error in query generation for transaction configuration

v0.11.8

Toggle v0.11.8's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
v0.11.8

* Support CockroachDB's Postgres interface.
* Add a method to create a savepoint with a specific name.

v0.11.7

Toggle v0.11.7's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* Support uuid 0.2

* Upgrade to hex 0.2

v0.11.6

Toggle v0.11.6's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* Fix startup on versions of postgres that don't support enumeratred or

  composite types like Redshift

v0.11.5

Toggle v0.11.5's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* 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.

v0.11.4

Toggle v0.11.4's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* Allow for configuration of transaction semantics

* Extend serde_json support to 0.7

v0.11.3

Toggle v0.11.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* Adjust Type::Enum to carry its variants

v0.11.2

Toggle v0.11.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* Add support for MACADDR types via the eui48 crate.

* Add Domain, Enum, Pseudo, and Composite variants to Type.

v0.11.1

Toggle v0.11.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* Add Kind::Domain

v0.11.0

Toggle v0.11.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* 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