-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Question] PostgreSQL's pgcrypto uuid generator #2706
Comments
Depends on whether it's provided OOTB, and if so, which version implemented it |
@Ocramius It is, just like uuid-ossp, I think it exist since a long time ago (maybe pgsql 8.2) |
@Simperfit so I suppose you just want to change
|
@Ocramius I think we should add a new platform and detect if it's either one or either the other in order to not do a BC Break with existing apps that use uuid-ossp. WDYT ? |
@Simperfit if we're moving to something that is more widely supported, and the output is the same, then it's fine to just change it as-is |
The UUID functionality is deprecated in DBAL by #3212. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The postgreSQL Driver does not support pgcrypto's function to generate uuid (
gen_random_uuid() returns uuid
, it does support uuid-ossp but it is currently unavailable in some provider like Google Cloud SQL (postgres).Should dbal supports pgcrypto too ?
I'm willing to help contributing to this if it's the case
The text was updated successfully, but these errors were encountered: