v1.1.4
What's Changed
Fixed
- Preserve typed string literals in constant expressions.
INTERVAL '2 days',DATE '...',TIMESTAMP '...',INTERVAL '2' DAY, andINTERVAL(6) '...'previously lost everything after the type keyword (gmr/pgfmt#7)
INTERVAL '2 days', DATE '...', TIMESTAMP '...', INTERVAL '2' DAY, and INTERVAL(6) '...' previously lost everything after the type keyword (gmr/pgfmt#7)