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

Add support for metadata of PostgreSQL UUID column type #448

Closed
yruslan opened this issue Jul 31, 2024 · 0 comments · Fixed by #450
Closed

Add support for metadata of PostgreSQL UUID column type #448

yruslan opened this issue Jul 31, 2024 · 0 comments · Fixed by #450
Labels
enhancement New feature or request

Comments

@yruslan
Copy link
Collaborator

yruslan commented Jul 31, 2024

Background

PostgreSQL has UUID column type. When Pramen loads the schema, metadata of varchar(n) fields is extracted as maxLength metadata key. But for UUID this is not happening, so the resulting data type is just string.

Feature

Add support for metadata of PostgreSQL UUID column type.

Example [Optional]

--

Proposed Solution [Optional]

Need to investigate if it is possible to get the metadata information for UUID columns in the first place

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

Successfully merging a pull request may close this issue.

1 participant