Closed mindplay-dk closed 8 years ago
The current BoolType is nullable, which technically makes it a three-state type.
BoolType
We should probably distinguish BoolType vs NullableBoolType.
NullableBoolType
Oops, no - wrong! At the Type absraction level, all Types must support NULL.
The Column module specifies whether the individual column allows NULL or not.
Column
The current
BoolType
is nullable, which technically makes it a three-state type.We should probably distinguish
BoolType
vsNullableBoolType
.