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 trino UUID data type support #19

Closed
Ryuk-me opened this issue Aug 7, 2024 · 3 comments
Closed

Add trino UUID data type support #19

Ryuk-me opened this issue Aug 7, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@Ryuk-me
Copy link
Contributor

Ryuk-me commented Aug 7, 2024

While querying PostgreSQL using trino, getting this error

raise NotImplementedError(f"Cannot use a column of type {kt} as a key")
    NotImplementedError: Cannot use a column of type UnknownColType(text='uuid') as a key

: Primary Key of the postgres table is of data type UUID

image

@Ryuk-me Ryuk-me added the enhancement New feature or request label Aug 7, 2024
@erezsh
Copy link
Owner

erezsh commented Aug 7, 2024

This issue was also discussed here: erezsh/reladiff#23

@erezsh
Copy link
Owner

erezsh commented Aug 14, 2024

@Ryuk-me I created a PR that is supposed to solved this. Can you give it a try and let me know if it works for you too?

erezsh/reladiff#28

@Ryuk-me Ryuk-me closed this as completed Aug 15, 2024
@Ryuk-me
Copy link
Contributor Author

Ryuk-me commented Aug 15, 2024

@Ryuk-me I created a PR that is supposed to solved this. Can you give it a try and let me know if it works for you too?

erezsh/reladiff#28

Solved Thank you !

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

No branches or pull requests

2 participants