//! Value decoding for query output.
//!
//! These assert the decoder's ordering and its handling of types sqlx cannot
//! decode. The types themselves are exercised live against Postgres, since a unit
//! test cannot construct a `PgRow`.
use pg_display;
/// The decoder is exercised through a live connection; see
/// `.codetether-agent/evidence/live-values.md`. What can be asserted here is that
/// the module exposes the two entry points the output paths depend on.