Incorrect NULL argument handling in functions
Closed this issue · 0 comments
pkommoju commented
select substring(null, 1, 4) from a;
select repeat(null, 3) from a;
select upper(null) from a;
All fail in Bind().
Closed this issue · 0 comments
select substring(null, 1, 4) from a;
select repeat(null, 3) from a;
select upper(null) from a;
All fail in Bind().