22.108. Release 0.89
DATE Type
The memory representation of dates is now the number of days since January 1, 1970 using a 32-bit signed integer.
Note
This is a backwards incompatible change with the previous date representation, so if you have written a connector, you will need to update your code before deploying this release.
General Changes
USE CATALOGandUSE SCHEMAhave been replaced with USE.- Fix issue where
SELECT NULLincorrectly returns 0 rows. - Fix rare condition where
JOINqueries could produce incorrect results. - Fix issue where
UNIONqueries involving complex types would fail during planning.