View Revisions: Issue #6623

Summary 0006623: The isNull transform converts an empty string to NULL
Revision 2024-10-23 20:29 by pbelov
Additional Information
Revision 2024-10-24 00:22 by pbelov
Additional Information Release notes will benefit from a warning to users:
Examine your Column Transforms, which utilize the isNull type of transform - if you use an empty string for the expression, the behavior had changed to enforce such empty string (as opposed to allowing a NULL value through before this release). No impact to isNull transforms with non-empty expression text.