Otter@lemmy.ca to Programming@programming.devEnglish · 4 months ago8 versions of UUID and when to use themwww.ntietz.comexternal-linkmessage-square29fedilinkarrow-up1125arrow-down12
arrow-up1123arrow-down1external-link8 versions of UUID and when to use themwww.ntietz.comOtter@lemmy.ca to Programming@programming.devEnglish · 4 months agomessage-square29fedilink
minus-squareatzanteol@sh.itjust.workslinkfedilinkEnglisharrow-up23·4 months agoIf you’re generating UUIDs from different languages, libraries, etc. you want to be sure there doing it the same way.
minus-squareicerunner_origin@startrek.websitelinkfedilinkarrow-up10·4 months agoMy face, screaming in horror, but in words instead. I’ve only really worked with projects in homogenous languages on the application side, so hadn’t considered that. Thanks for taking the time to reply.
minus-squareDeprecatedCompatV2@programming.devlinkfedilinkarrow-up2·4 months agoLook the issues with java.util.UUID and Postgres.
If you’re generating UUIDs from different languages, libraries, etc. you want to be sure there doing it the same way.
My face, screaming in horror, but in words instead. I’ve only really worked with projects in homogenous languages on the application side, so hadn’t considered that. Thanks for taking the time to reply.
Look the issues with java.util.UUID and Postgres.