Add random_uuid() alias to be compatible with postgres#3639
Add random_uuid() alias to be compatible with postgres#3639katzyn merged 2 commits intoh2database:masterfrom
Conversation
|
|
|
Thank you for your contribution! Please, move this function to It doesn't need any specialized implementation and should be replaced with built-in function during optimization, see |
6350560 to
f467dd6
Compare
|
@katzyn Thanks for the review. I've made an update. |
|
Please, add a test case to Please also send a license statement as described here |
|
@katzyn done |
|
Thanks! |
As said in the https://www.postgresql.org/docs/current/functions-uuid.html default function to generate UUID in postgres is gen_random_uuid. It would be convenient to have an alias of the function in h2.