Command: compile current PgRange/PgRangeCodec with isolated RangeProbe and execute
Working revision: a24ece9cf797f7ea647e33bf846b115208ed1ba5
Executed at: 2026-08-29T09:48:56Z
Observation boundary: pure codec self-round-trip; no database/provider involved.
comma.literal=["left,inside","right")
comma.roundTrip=true
comma.lower=left,inside
quote.literal=["left\"inside","right")
quote.error=IllegalArgumentException:postgresql range literal has no endpoint separator
quote-comma.literal=["left\",inside","right")
quote-comma.error=IllegalArgumentException:range lower bound exceeds upper bound
backslash-quote-comma.literal=["left\\\",inside","right")
backslash-quote-comma.error=IllegalArgumentException:range lower bound exceeds upper bound
