Otter@lemmy.ca to Programming@programming.devEnglish · edit-27 days agoWhen Your Last Name Is Null, Nothing Workswww.wsj.comexternal-linkmessage-square36fedilinkarrow-up195arrow-down13file-text
arrow-up192arrow-down1external-linkWhen Your Last Name Is Null, Nothing Workswww.wsj.comOtter@lemmy.ca to Programming@programming.devEnglish · edit-27 days agomessage-square36fedilinkfile-text
minus-squareFonzie!@ttrpg.networklinkfedilinkarrow-up1·edit-25 hours 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… :/