|
|
|
|
|
by mrkeen
527 days ago
|
|
> That logic that allows nulls has been implemented using the same unified set of keywords and operator names is a pragmatic decision That's why it's name-squatting. Rather than introduce a 'kleene' datatype & operations, and let the user opt-in, they decided that in our 'bool' world, the following is not a truism: a = a or a <> a
|
|