Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
-
This change adds parser support for typed integer literal variants (tinyint, smallint, and bigint).
Description
Typing bigints is a pain because you have to write CAST(0 AS BIGINT). We should let people type 0L instead.