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

Could not make dml migration from MSSQL type UNIQUEIDENTIFIER to uuid postrges type #14

Open
AlekseyKapustyanenko opened this issue Mar 22, 2019 · 0 comments

Comments

@AlekseyKapustyanenko
Copy link

If I already had postgres schema with columns of uuid type, dml migration throws error:
Error: Insert Failed. org.postgresql.util.PSQLException: Error: column * has uuid type but expression character.

AlekseyKapustyanenko added a commit to AlekseyKapustyanenko/Migrate2Postgres that referenced this issue Mar 22, 2019
…ENTIFIER to uuid postrges type

Add to dml config "postgres_type_casting" parameter.
It is array of type's names which must be casted by postgress implictly.
AlekseyKapustyanenko pushed a commit to AlekseyKapustyanenko/Migrate2Postgres that referenced this issue Mar 22, 2019
Refactor solution
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