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

Skip to content

Tags: atsjj/rust-postgres

Tags

postgres-v0.13.5

Toggle postgres-v0.13.5's commit message

Unverified

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

tokio-postgres-v0.1.0

Toggle tokio-postgres-v0.1.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
tokio-postgres v0.1.0

postgres-shared-v0.1.0

Toggle postgres-shared-v0.1.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
postgres-shared v0.1.0

Unverified

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

Unverified

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

Unverified

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

Unverified

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

Unverified

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

v0.12.0

Toggle v0.12.0's commit message

Unverified

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

* `Slice` type removed - `[T]` directly implements ToSql and FromSql.
* `[T]`'s `ToSql` implementation is now one-indexed to match array literals.
* TLS implementations are now on wrapper structs around `SslContext` and
    `ClientBuilder`.
* The OpenSSL TLS implementation validates hostnames and tightens other
    security configuration.
* `SslMode` is now `TlsMode`.
* Unix socket support no longer requires a Cargo feature.
* Upgrade to OpenSSL 0.8.
* Update types and errors to PostgreSQL 9.6.
* Type information queries are now lazily initialized, slightly improving
    performance in contexts that don't use custom types, and avoiding issues
    with systems like CockroachDB that don't fully support `pg_catalog`.
* Notification and lazy rows iterators now implement `FallibleIterator`.
* `FromSql` now takes a `&[u8]` rather than a `Read`er, and `ToSql` now takes
    an `&mut Vec<u8>` rather than a `Write`r.
* Add a `FromSql::from_sql_nullable` convenience method.
* `io` module renamed to `tls`.

v0.11.11

Toggle v0.11.11'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.11

* Support uuid v0.3
* Support serde_json v0.8