Skip to content

acceptNull might be redundant following #243 #247

@edwardsmarc

Description

@edwardsmarc

Now we have #243, there might not be any occasions where a null inpur value needs to be passed through a validaiton function.

We also have some new functions that might replace the need for acceptNull.

e.g. two matchList calls with acceptNull = TRUE can be replaced with MatchListTwice
or
matchList(coalesce(val1, val2), ...)

Metadata

Metadata

Labels

enhancementType: New feature or requesthelper functionsModule: Issues related to helper functionsmediumPriority: Medium priority issues

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions