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 IDENTITY column support. #823

Merged
merged 9 commits into from
Feb 14, 2024

Conversation

igalklebanov
Copy link
Member

@igalklebanov igalklebanov commented Dec 30, 2023

Hey 👋

identity is supported in dialects such as MS SQL Server (MSSQL) and Snowflake.

It turns a column into an identity column - which is an auto-increment column.

Copy link

vercel bot commented Dec 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kysely ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2024 3:33pm

@igalklebanov igalklebanov added enhancement New feature or request api Related to library's API mssql Related to MS SQL Server (MSSQL) labels Dec 30, 2023
@igalklebanov igalklebanov merged commit b20a6ba into kysely-org:master Feb 14, 2024
5 checks passed
@igalklebanov igalklebanov deleted the feat-identity branch February 14, 2024 16:43
thecodrr pushed a commit to thecodrr/kysely that referenced this pull request Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to library's API enhancement New feature or request mssql Related to MS SQL Server (MSSQL)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants