You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just treat the UUID as a unsigned value.
Unfortunately for UUID this will not work for UUID NULL types, since the encoding needs to fit in 128 bits, and we need an extra bit for NULL.