11.152. Release 0.89
DATE Type
The memory representation of dates is now the number of days since January 1, 1970using a 32-bit signed integer.
Note
This is a backwards incompatible change with the previous daterepresentation, so if you have written a connector, you will need to updateyour code before deploying this release.
General Changes
USE CATALOG
andUSE SCHEMA
have been replaced with USE.- Fix issue where
SELECT NULL
incorrectly returns 0 rows. - Fix rare condition where
JOIN
queries could produce incorrect results. - Fix issue where
UNION
queries involving complex types would fail during planning.