uuid-mongodb icon indicating copy to clipboard operation
uuid-mongodb copied to clipboard

string to LUUID

Open mrumaiz opened this issue 6 years ago • 2 comments

how to convert to LUUID from String? Is it possible?

mrumaiz avatar Jun 03 '19 11:06 mrumaiz

@mrumaiz by LUUID, are you referring to Binary.SUBTYPE_UUID_OLD?

cdimascio avatar Jun 06 '19 01:06 cdimascio

@mrumaiz by LUUID, are you referring to Binary.SUBTYPE_UUID_OLD?

Yes he is. I believe in MongoDB 4.2 they changed the previous version of UUID to Legacy UUID (LUUID) and renamed the subtype to SUBTYPE_UUID_OLD. So currently trying to parse those UUIDs will also fail at https://github.com/cdimascio/uuid-mongodb/blob/master/lib/index.js#L31

vainamov avatar Mar 04 '20 11:03 vainamov