Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(mssql): int (32bit, auto-increment) cast to bigserial (64bit) #1596

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gnarlex
Copy link

@gnarlex gnarlex commented Jul 6, 2024

Cast SQL Server auto-incremented int (4 bytes) to PG serial (4 bytes).

Fixes: #1590

Fixes: dimitri#1590

Co-Authored-By: Nathanael Ruf <nathanael@codesphere.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect default cast from MSSQL int (auto-increment) to PG bigserial
1 participant