Skip to content
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

Enable UUID v1.0 for Postgres #325

Closed
marti4d opened this issue May 11, 2022 · 0 comments · Fixed by #368
Closed

Enable UUID v1.0 for Postgres #325

marti4d opened this issue May 11, 2022 · 0 comments · Fixed by #368
Labels
good first issue Good for newcomers

Comments

@marti4d
Copy link
Contributor

marti4d commented May 11, 2022

Summary

UUID had their v1.0 release 🎉

Postgres crates already support it via their with-uuid-1 feature flags, so we can enable it for Postgres even though the other backends haven't landed support yet.

marti4d added a commit to marti4d/sea-query that referenced this issue May 11, 2022
UUID had their offical v1.0 release now 🎉

Postgres crates already support it via the `with-uuid-1` option,
so let's do it!

Fixes SeaQL#325
marti4d added a commit to marti4d/sea-query that referenced this issue May 11, 2022
UUID had their offical v1.0 release now 🎉

Postgres crates already support it via the `with-uuid-1` option,
so let's do it!

Fixes SeaQL#325
@marti4d marti4d mentioned this issue May 11, 2022
1 task
@marti4d marti4d changed the title Use UUID v1.0 Enable UUID v1.0 for Postgres May 11, 2022
@billy1624 billy1624 added the good first issue Good for newcomers label May 13, 2022
@marti4d marti4d mentioned this issue May 15, 2022
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
2 participants