Comment on Life isn't easy if your last name is 'Null' as it still breaks database entries the world over

<- View Parent
livingcoder@programming.dev ⁨1⁩ ⁨week⁩ ago

It happened to a friend who wasn’t passing in the proper types into their stored procedures, all strings, and “null” (not case sensitive) conflicted with actual null values. Everything in the web interface were strings, and so was null.

For some people it takes this mistake before they learn to always care about the data types you’re passing in.

source
Sort:hotnewtop