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

Update raw SQL documentation (interpolated and string) #410

Closed
divega opened this issue Jun 9, 2017 · 4 comments
Closed

Update raw SQL documentation (interpolated and string) #410

divega opened this issue Jun 9, 2017 · 4 comments

Comments

@divega
Copy link
Contributor

divega commented Jun 9, 2017

This now produces a parameterized query:

var namePattern = "M%T%";
var matchingPeople= context.People
    .FromSql($"SELECT p.* FROM People AS p WHERE p.Name LIKE {namePattern}");
@divega divega changed the title New feature: Automatic parameterization with interpolated string syntax in raw SQL APIs New feature: Automatic SQL parameterization with interpolated string syntax Jun 9, 2017
@ajcvickers ajcvickers added this to the 2.0.0 milestone Jun 16, 2017
@divega
Copy link
Contributor Author

divega commented Aug 13, 2017

Superseded by #447.

@divega divega closed this as completed Aug 13, 2017
@divega
Copy link
Contributor Author

divega commented Oct 6, 2017

Not superseded any more. We need individual issues to assign them.

@divega divega reopened this Oct 6, 2017
@divega divega removed their assignment Oct 6, 2017
@divega divega removed this from the 2.0.0 milestone Oct 6, 2017
@ajcvickers ajcvickers added this to the 2.1.0 milestone Oct 6, 2017
@anpete
Copy link
Contributor

anpete commented Oct 23, 2017

@divega Should I wait on this in case we make changes?

@divega divega modified the milestones: 2.1.0, 2.2.0 Jul 10, 2018
@divega divega modified the milestones: 2.2.0, 3.0.0 Feb 21, 2019
@ajcvickers ajcvickers changed the title New feature: Automatic SQL parameterization with interpolated string syntax Update raw SQL documentation (interpolated and string) Aug 27, 2019
@ajcvickers ajcvickers modified the milestones: 3.0.0, Backlog Aug 28, 2019
@ajcvickers ajcvickers modified the milestones: Backlog, 3.0.0 Sep 6, 2019
@roji
Copy link
Member

roji commented Oct 5, 2019

This was done in #1673, closing.

@roji roji closed this as completed Oct 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants