When your last name is Null, nothing works
1–10 of 310 posts
Re: When your last name is Null, nothing works
#2Re: When your last name is Null, nothing works
#3Who's checking if a string matches "null" rather than is null!?
Re: When your last name is Null, nothing works
#4This happened to a kid in my high school. Last name null, broke the system they used to print report cards.
Re: When your last name is Null, nothing works
#5Who's checking if a string matches "null" rather than is null!?
[flagged]
Re: When your last name is Null, nothing works
#6my have a ç and during first 10-15 years all system broken and my "vat" first letter is 0 same problem, if the dba genius use integer random bugs happen :(
Re: When your last name is Null, nothing works
#7Re: When your last name is Null, nothing works
#8This happened to a kid in my high school. Last name null, broke the system they used to print report cards.
Mandatory https://xkcd.com/327/
Re: When your last name is Null, nothing works
#9Who's checking if a string matches "null" rather than is null!?
Oh friend.... you have so much to learn
Re: When your last name is Null, nothing works
#10Who's checking if a string matches "null" rather than is null!?
Any time "$var" is interpolated without check into an INSERT, and any maintainer finds it easier to just check for null as a string rather than ask a DB admin or committee to update the DB after a lot of red tape and risk assessment.
So... very often.