Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to implement UUID for mysql using
UUID_TO_BIN
andBIN_TO_UUID
as this article suggests. how to call the two sql functions please?insert
UUID_TO_BIN
to transformuuid:Uuid
Select
BIN_TO_UUID
to transformuuid:Uuid
Here is an example writtern for sqlite, I made a few modifications, it is not tested, for I don't find any resource about how to specify
UUID_TO_BIN
andBIN_TO_UUID
.Beta Was this translation helpful? Give feedback.
All reactions