rust-postgres/tokio-postgres
Nikhil Benesch a30f0b6c05 Use checked arithmetic when decoding into chrono types
This avoids an overflow panic if the timestamp is the special "infinity"
or "-infinity" value and produces an error instead.

Fix #640.
2020-07-30 22:52:56 -04:00
..
benches Fix up benchmark 2019-11-26 16:40:36 -08:00
src Explicitly terminate the connection in sync API 2020-07-27 21:42:02 -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