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 default support for MSSQL auto-incrementing bigint and smallint #1435

Merged
merged 3 commits into from
Oct 18, 2022

Conversation

justinfalk
Copy link
Contributor

The current default rules do not create sequences for bigint or smallint identity columns in MSSQL. The proposed changes add this behavior to the default rules by casting to bigserial and smallserial, respectively. Please consider including in a subsequent release. Thank you Dimitri, for your effort on this project!

@dimitri dimitri merged commit 6d73667 into dimitri:master Oct 18, 2022
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

Successfully merging this pull request may close these issues.

2 participants