-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix: using uuid_generate_v4 function #3958
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hello, could you please sign the CLA? Also please notice that tests are failing, probably due to the changes in this PR |
|
hi @aeneasr I've update the PR, all test are now passing (a part |
|
hi @aeneasr unfortunately is only supported for newer version 13+ |
|
No, I think version 12 does not need to be supported. |
removing the md5 function for the uuid generation with native pgsql function https://www.postgresql.org/docs/current/uuid-ossp.html
Related issue(s)
#3844
Checklist
introduces a new feature.
contributing code guidelines.
vulnerability. If this pull request addresses a security vulnerability, I
confirm that I got the approval (please contact
[email protected]) from the maintainers to push
the changes.
works.
Further Comments