-
Notifications
You must be signed in to change notification settings - Fork 117
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
Negative arguments to IDENTITY #112
Comments
Hello @potrusil Currently, sqlserver2pgsql does not support IDENTITY columns and use sequences. There is an open issue about this (#102).
Does this trick solve your problem? Cordialement, |
Hi @madtibo, I have solved the problem by making changes to sqlserver2pgsql locally - it is not difficult to find those places where that is handled. It works fine now. I just wanted to point out to the problem by opening this issue. Would anybody be interested in my changes? |
I am sure some people might need your changes :-) |
Ok, I have just created this request: #114 |
* support IDENTITY with negative arguments; detect end of table more generically * Add tests * rebase patch by potrusil-osi Co-authored-by: Tomas Potrusil <[email protected]>
PR merged. Thanks for all. |
The script doesn't support negative arguments to IDENTITY
The text was updated successfully, but these errors were encountered: