Thanks for the PR!
The way you did it would break backwards-compatibility. What if someone wants to actually write null as a string into a table? Also 0 and NULL are not interchangeable, e.g. someone having 0 money and NULL money are two completely different things.
Thanks for the PR! The way you did it would break backwards-compatibility. What if someone wants to actually write
null
as a string into a table? Also0
andNULL
are not interchangeable, e.g. someone having0
money andNULL
money are two completely different things.