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

Refactor Parameters to clean/split up types #6802

Open
7 of 13 tasks
nielsm5 opened this issue May 10, 2024 · 0 comments
Open
7 of 13 tasks

Refactor Parameters to clean/split up types #6802

nielsm5 opened this issue May 10, 2024 · 0 comments
Assignees
Labels

Comments

@nielsm5
Copy link
Sponsor Member

nielsm5 commented May 10, 2024

EPIC

Goal

The Parameter class is humongous and not maintainable. We now have a lot of unit-tests but the many code paths that can now be take make it difficult to debug. Right now this also gives developers too many, sometimes unused, attributes which may be confusing.
With the Introduction of SQL StoredProcedure (input and output) parameters, the need to split this up is becoming more apparent.

Description

A start should be made to allow us to slowly start splitting up the different types of parameters.
Different type of Parameters may be created such as a HeaderParameter, QueryParameter, SqlParameter. Some may require types, some don't.

Tasks

@nielsm5 nielsm5 added the Epic label May 10, 2024
@nielsm5 nielsm5 self-assigned this May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant