Otter to Programming@programming.devEnglish • 1 year ago8 versions of UUID and when to use themwww.ntietz.commessage-square29arrow-up1125
arrow-up1125external-link8 versions of UUID and when to use themwww.ntietz.comOtter to Programming@programming.devEnglish • 1 year agomessage-square29
minus-square@atzanteol@sh.itjust.workslinkfedilinkEnglish23•1 year agoIf you’re generating UUIDs from different languages, libraries, etc. you want to be sure there doing it the same way.
minus-square@icerunner_origin@startrek.websitelinkfedilink10•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-square@DeprecatedCompatV2@programming.devlinkfedilink2•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.