Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
In SQL, the nullability of "is null" should always be non-nullable, regardless of the input type.
Because of the short-cut here [1], the nullability is true. That shortcut is to avoid the following failure in WHERE clause:
WHERE booleanFunc(ANY type)