Closed pine3ree closed 4 years ago
Calling $expression->in($identifier, []) results in an invalid SQL string. For an empty valueSet we should return a never-satisfied (IVL) condition string such as (NULL).
$expression->in($identifier, [])
(IVL)
(NULL)
Thanks, @pine3ree!
Calling
$expression->in($identifier, [])
results in an invalid SQL string. For an empty valueSet we should return a never-satisfied(IVL)
condition string such as(NULL)
.