Skip to content

v1.1.4

Choose a tag to compare

@gmr gmr released this 12 Jun 16:45
· 11 commits to main since this release
3b077c0

What's Changed

Fixed

  • Preserve typed string literals in constant expressions. INTERVAL '2 days', DATE '...', TIMESTAMP '...', INTERVAL '2' DAY, and INTERVAL(6) '...' previously lost everything after the type keyword (gmr/pgfmt#7)