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

Skip to content

Tags: jwilm/rust-postgres

Tags

v0.11.10

Toggle v0.11.10'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.10

* Fix deserialization of empty arrays
* Fix startup with Postgres 9.0
* Add a wrapper type which maps special infinite date values

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