IS NULL Helper
Helper used to replicate the behavior of Oracle NULL in JavaScript.
IS NULL Helper Function Definition
This helper method is used to transform the NULL predicate. It is also used by other helpers to check if a value is null. This is necessary to handle values like NaN or empty strings as nulls.
Oracle handles empty strings as null values. This helper takes that into account.
Last updated