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

Query: support conditional expressions #649

Closed
divega opened this issue Sep 11, 2014 · 3 comments
Closed

Query: support conditional expressions #649

divega opened this issue Sep 11, 2014 · 3 comments
Assignees
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Milestone

Comments

@divega
Copy link
Contributor

divega commented Sep 11, 2014

E.g. db.Products.Select(p => new {p.Name, IsExpensive = p.Price > 100});

@rowanmiller rowanmiller added this to the 1.0.0-rc1 milestone Sep 12, 2014
@divega divega changed the title Query: support conditional expressions in projections Query: support conditional expressions Sep 29, 2014
@rowanmiller rowanmiller modified the milestones: 7.0.0-rc1, 7.0.0 Nov 25, 2014
@rowanmiller rowanmiller added pri0 and removed pri1 labels Sep 29, 2015
@rowanmiller rowanmiller modified the milestones: 7.0.0-rc1, 7.0.0 Sep 29, 2015
@rowanmiller rowanmiller modified the milestones: 7.0.0, 7.0.0-rc1 Oct 14, 2015
@divega
Copy link
Contributor Author

divega commented Nov 4, 2015

Assigning to @maumar since he is already working on a few issues that we think are related.

@rowanmiller rowanmiller modified the milestones: 7.0.0-rc2, 7.0.0 Dec 7, 2015
@smitpatel smitpatel assigned smitpatel and unassigned maumar Jan 8, 2016
@smitpatel
Copy link
Contributor

We have support for conditional expressions in where clause already. #4141 adds support in projection.

@anpete
Copy link
Contributor

anpete commented Jan 8, 2016

@smitpatel This one is projection too.

@ajcvickers ajcvickers removed this from the 1.0.0-rc2 milestone Oct 15, 2022
@ajcvickers ajcvickers added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Oct 15, 2022
@ajcvickers ajcvickers added this to the 1.0.0 milestone Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Projects
None yet
Development

No branches or pull requests

6 participants