Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

You should be able to define input parameter type #6

Open
RedBraces opened this issue Sep 19, 2018 · 1 comment
Open

You should be able to define input parameter type #6

RedBraces opened this issue Sep 19, 2018 · 1 comment

Comments

@RedBraces
Copy link

The task wants all parameters to be of type string. This means that there is no way to execute a query such as "SELECT TOP(@rowCountParameter) * FROM MyTable" currently, forcing cumbersome checks in the Frends process.

It would be nice if the user could define the type of the SQL parameter in the task, or if the task could automatically recognize it.

@OssiGalkin
Copy link
Contributor

That is a good proposition. Unfortunately, it is not possible to update existing task to have different parameter types. Doing so would change task fingerprint what would case task updating process in FRENDS to clear parameters. And when process is edited those parameters must be re-entered manually.

However, at some point, when support for FRENDS Linux completes, all tasks must be modified to target .Net standard 2.0. This is a good point to consider other changes as well, and this one is definitely one of them.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants