rust-postgres/tokio-postgres
Joshua Nelson ce7ce310b9 Give a more helpful message on error
Before:

```
database error: ERROR: insert or update on table "owner_rels" violates foreign key constraint "owner_rels_cid_fkey"
```

After:

```
database error: ERROR: insert or update on table "owner_rels" violates foreign key constraint "owner_rels_cid_fkey"
DETAIL:  Key (cid)=(4) is not present in table "releases".
```
2020-07-31 20:59:57 -04:00
..
benches Fix up benchmark 2019-11-26 16:40:36 -08:00
src Give a more helpful message on error 2020-07-31 20:59:57 -04:00
tests/test Use checked arithmetic when decoding into chrono types 2020-07-30 22:52:56 -04:00
Cargo.toml Release tokio-postgres v0.5.5 2020-07-03 15:19:15 -04:00
CHANGELOG.md Release tokio-postgres v0.5.5 2020-07-03 15:19:15 -04:00
LICENSE-APACHE Release tokio-postgres v0.4.0-rc.1 2019-03-05 21:35:46 -08:00
LICENSE-MIT Release tokio-postgres v0.4.0-rc.1 2019-03-05 21:35:46 -08:00