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

Allow creating indexes with PostgreSQL options (asc/desc, nulls first/last) #326

Closed
alexzaytsev-newsroomly opened this issue Mar 6, 2018 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@alexzaytsev-newsroomly
Copy link

Is it possible to create descending index using EF core fluent api and Npgsql EF Core?

(e.g. like this here: https://www.postgresql.org/docs/9.6/static/indexes-ordering.html)

@roji roji changed the title Question - descending index? Allow creating indexes with PostgreSQL options (asc/desc, nulls first/last) Mar 6, 2018
@roji roji added the enhancement New feature or request label Mar 6, 2018
@roji roji added this to the 2.1.0 milestone Mar 6, 2018
@roji roji added the good first issue Good for newcomers label Mar 6, 2018
@roji
Copy link
Member

roji commented Mar 6, 2018

Not at the moment, the workaround is to create your index using raw SQL in your migrations.

This should be quite easy to implement will see about getting it in for 2.1.0. If everyone wants to take a stab, this is a good issue.

@roji roji modified the milestones: 2.1.0, 2.2.0 May 12, 2018
@roji roji modified the milestones: 2.2.0, Backlog Jun 10, 2018
@austindrenski austindrenski modified the milestones: Backlog, 2.2.0 Nov 15, 2018
@austindrenski austindrenski removed the good first issue Good for newcomers label Nov 15, 2018
@roji roji modified the milestones: 2.2.0, 3.0.0 Dec 4, 2018
@roji roji closed this as completed in #705 Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants