How are NULL or empty string values handled during matching?

1 vues

Réponse

By default, empty strings are treated as NULL values (`emptyStringIsNull` is TRUE). However, NULL values are not matched with each other (`nullValuesMatch` is FALSE). You can change these behaviors by setting these boolean parameters.
Did this answer help you?
match

entityRes

See technical action