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

Support array-based parameters for ExecuteNonQuery and ExecuteScalar at DbConnectionExtension. #50

Closed
mikependon opened this issue Sep 11, 2018 · 1 comment
Assignees
Labels
deployed Feature or bug is deployed at the current release enhancement New feature or request priority Top priority feature or things to do todo Things to be done in the future

Comments

@mikependon
Copy link
Owner

This is implemented already at ExecuteReaderInternal as a requested by a team member. But it is good to support such feature in Scalar and NonQuery methods.

@mikependon mikependon self-assigned this Sep 11, 2018
@mikependon mikependon added enhancement New feature or request todo Things to be done in the future priority Top priority feature or things to do labels Sep 11, 2018
@mikependon
Copy link
Owner Author

The method ExecuteNonQuery cannot be supported, however, the method ExecuteScalar must be supported. Fixes has been applied and checked-in to the main branch. Will be a part of build greater than v1.6.4.

mikependon added a commit that referenced this issue Nov 10, 2018
Support array-based parameters for ExecuteNonQuery and ExecuteScalar at DbConnectionExtension.
@mikependon mikependon added the deployed Feature or bug is deployed at the current release label Nov 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed Feature or bug is deployed at the current release enhancement New feature or request priority Top priority feature or things to do todo Things to be done in the future
Projects
None yet
Development

No branches or pull requests

1 participant