rust-postgres/tokio-postgres/tests/test
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
..
types Use checked arithmetic when decoding into chrono types 2020-07-30 22:52:56 -04:00
binary_copy.rs Move binary copy stuff directly into main crate 2019-12-08 18:30:47 -08:00
main.rs Don't spawn off connection in blocking impl 2020-03-22 12:05:00 -07:00
parse.rs Fix build 2019-03-04 22:22:51 -08:00
runtime.rs Support cancellation in synchronous client 2019-12-29 14:08:17 -05:00