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

Generating default UUID on PostgreSQL 13/14 #16

Open
Nawrok opened this issue Aug 9, 2022 · 0 comments
Open

Generating default UUID on PostgreSQL 13/14 #16

Nawrok opened this issue Aug 9, 2022 · 0 comments

Comments

@Nawrok
Copy link

Nawrok commented Aug 9, 2022

Hi @lecousin,
Currently, the implemented PostgreSQL dialect supports the default creation of UUID v4 using the UUID_GENERATE_V4() function derived from the extension. PostgreSQL database as of version 13 supports native function for UUID generation - gen_random_uuid() (https://www.postgresql.org/docs/current/functions-uuid.html), so it is not required to install the above extension.

I would ask you to support the native function in the currently used dialect or completely create a new dialect under the latest versions of the database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant