Otter@lemmy.ca to Programming@programming.devEnglish · 1 year ago8 versions of UUID and when to use themwww.ntietz.comexternal-linkmessage-square28linkfedilinkarrow-up1117
arrow-up1117external-link8 versions of UUID and when to use themwww.ntietz.comOtter@lemmy.ca to Programming@programming.devEnglish · 1 year agomessage-square28linkfedilink
minus-squareatzanteol@sh.itjust.workslinkfedilinkEnglisharrow-up18·1 year 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-up9·1 year 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-up1·1 year 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.