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

Support for UUID data type in postgres driver #157

Closed
saberraz opened this issue Nov 18, 2021 · 0 comments · Fixed by #180
Closed

Support for UUID data type in postgres driver #157

saberraz opened this issue Nov 18, 2021 · 0 comments · Fixed by #180
Labels
enhancement New feature or request

Comments

@saberraz
Copy link
Contributor

saberraz commented Nov 18, 2021

Column type UUID in PostgreSQL is not currently recognized by geodiff.

On SQLite/GPKG side, there's no special UUID column type, so UUIDs would be treated as text, and if the column type name would be e.g. "uuid" then geodiff would try to convert those to postgresql's uuid column.

@PeterPetrik PeterPetrik added the enhancement New feature or request label Nov 18, 2021
@wonder-sk wonder-sk changed the title Support for UUID data type Support for UUID data type in postgres driver Nov 18, 2021
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.

2 participants