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: Make ExecuteSqlCommand to accept SqlParameters in different patterns #8939

Closed
smitpatel opened this issue Jun 22, 2017 · 0 comments
Closed
Assignees
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Milestone

Comments

@smitpatel
Copy link
Member

From #8885 (comment)
FromSql now allows following patterns

  • No format item with SqlParameter
  • Format item with SqlParameter without name (generates parameter name)
  • Format item with SqlParameter with name (reuse already given name)
  • Format item mixed with SqlParameter without format item
  • Format item missing 0 index with SqlParameter providing value

This issue is to implement similar patterns for ExecuteSqlCommand

@smitpatel smitpatel self-assigned this Jun 22, 2017
@smitpatel smitpatel added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Jun 22, 2017
@smitpatel smitpatel added this to the 2.0.0 milestone Jun 22, 2017
@smitpatel smitpatel changed the title Query: Make ExecuteSqlCommand consistent with FromSql patterns Query: Make ExecuteSqlCommand to accept SqlParameters in different patterns Aug 10, 2017
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-enhancement
Projects
None yet
Development

No branches or pull requests

1 participant