docs/src/main/sphinx/release/release-0.144.6.md
This release fixes several problems with large and negative intervals.
INTERVAL '-2-3' YEAR TO MONTH was interpreted as a negative interval of 21 months
rather than 27 months (positive 3 months was added to negative 24 months).INTERVAL DAY TO SECOND type in REST API. Previously, intervals greater than
2,147,483,647 milliseconds (about 24 days) were returned as the wrong value.INTERVAL YEAR TO MONTH type. Previously, intervals greater than
2,147,483,647 months were returned as the wrong value from the REST API
and parsed incorrectly when specified as a literal.PrestoInterval classes.:::{note} Older versions of the JDBC driver will misinterpret most negative intervals from new servers. Make sure to update the JDBC driver along with the server. :::