-
Notifications
You must be signed in to change notification settings - Fork 127
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
Enhancement: Add the attribute-based parameter setters for the DbParameter object. #886
Labels
deployed
Feature or bug is deployed at the current release
enhancement
New feature or request
fixed
The bug, issue, incident has been fixed.
priority
Top priority feature or things to do
todo
Things to be done in the future
Comments
mikependon
added a commit
that referenced
this issue
Sep 13, 2021
mikependon
added a commit
that referenced
this issue
Sep 13, 2021
#886 Added the necessary parameter property value setter attributes.
This will be available on the next build > RepoDB v1.12.8-beta4. |
mikependon
added a commit
that referenced
this issue
Sep 14, 2021
mikependon
added a commit
that referenced
this issue
Sep 14, 2021
mikependon
added a commit
that referenced
this issue
Sep 15, 2021
mikependon
added a commit
that referenced
this issue
Sep 15, 2021
mikependon
added a commit
that referenced
this issue
Sep 15, 2021
mikependon
added
priority
Top priority feature or things to do
todo
Things to be done in the future
and removed
fixed
The bug, issue, incident has been fixed.
labels
Sep 15, 2021
mikependon
added a commit
that referenced
this issue
Sep 16, 2021
mikependon
added a commit
that referenced
this issue
Sep 17, 2021
mikependon
added a commit
that referenced
this issue
Sep 17, 2021
…lignment when being called to the actual operations.
mikependon
added a commit
that referenced
this issue
Sep 17, 2021
mikependon
added a commit
that referenced
this issue
Sep 17, 2021
#886 Added the PropertyHandlerAttributes() method on the FluentMapper class.
mikependon
added
deployed
Feature or bug is deployed at the current release
fixed
The bug, issue, incident has been fixed.
labels
Sep 23, 2021
This is now available on version RepoDB v1.12.8. |
@mikependon what is the purpose of |
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
fixed
The bug, issue, incident has been fixed.
priority
Top priority feature or things to do
todo
Things to be done in the future
Describe the enhancement
To further support the setting of most properties of the DbParameter object before the actual execution, please add following attributes.
Usage
DbParameter
Add the following attributes.
All the mentioned attributes must inherit from the PropertyValueAttribute attribute.
SqlParameter (SQL Server)
NpgsqlParameter (PostgreSQL)
MySqlParameter (MySQL)
MySqlParameter (MySQL Connector)
SQLiteParameter (System)
SqliteParameter (Microsoft)
The text was updated successfully, but these errors were encountered: