Otter@lemmy.ca to Programming@programming.devEnglish · edit-222 days agoWhen Your Last Name Is Null, Nothing Workswww.wsj.commessage-square34fedilinkarrow-up19arrow-down10file-text
arrow-up19arrow-down1external-linkWhen Your Last Name Is Null, Nothing Workswww.wsj.comOtter@lemmy.ca to Programming@programming.devEnglish · edit-222 days agomessage-square34fedilinkfile-text
minus-squareFonzie!@ttrpg.networklinkfedilinkarrow-up1·edit-216 days agoIt’s fine in PHP, so that catches most server backends. Ruby as well, it even raises a warning about the string where a bool should be! Python handles it just fine, as well. Rust doesn’t allow it, depending on the backend framework and server software this might give issues. The same goes for C# .NET So depending on how this is handled a C# or Rust backend might cause the name not to be stored, but then I’d expect nothing to be stored… :/
It’s fine in PHP, so that catches most server backends.
Ruby as well, it even raises a warning about the string where a bool should be!
Python handles it just fine, as well.
Rust doesn’t allow it, depending on the backend framework and server software this might give issues.
The same goes for C# .NET
So depending on how this is handled a C# or Rust backend might cause the name not to be stored, but then I’d expect nothing to be stored… :/