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

INCLUDE clause in Postgres createIndex #869

Open
hansottowirtz opened this issue Feb 5, 2024 · 0 comments · May be fixed by #979
Open

INCLUDE clause in Postgres createIndex #869

hansottowirtz opened this issue Feb 5, 2024 · 0 comments · May be fixed by #979
Labels
api Related to library's API enhancement New feature or request mssql Related to MS SQL Server (MSSQL) postgres Related to PostgreSQL

Comments

@hansottowirtz
Copy link

Postgres has support for INCLUDE clauses in CREATE INDEX, can this be written in Kysely as well?

CREATE INDEX index_name
ON table_name(key_column_list)
INCLUDE(included_column_list)
@igalklebanov igalklebanov added enhancement New feature or request postgres Related to PostgreSQL api Related to library's API mssql Related to MS SQL Server (MSSQL) labels Feb 5, 2024
alenap93 added a commit to alenap93/kysely that referenced this issue May 5, 2024
@alenap93 alenap93 linked a pull request May 5, 2024 that will close this issue
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) postgres Related to PostgreSQL
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants