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

Implement registerOutParameter in JdbcCallableStatement #29

Open
Tracked by #600
svettwer opened this issue Oct 30, 2018 · 2 comments
Open
Tracked by #600

Implement registerOutParameter in JdbcCallableStatement #29

svettwer opened this issue Oct 30, 2018 · 2 comments
Labels
commissioned An issue whose solution was commissioned by a customer. Prio: Medium TO REVIEW Type: Enhancement
Milestone

Comments

@svettwer
Copy link
Contributor

svettwer commented Oct 30, 2018

Extracted from citrusframework/citrus#429

User story
As a citrus user, I want to be able to test CallableStatements with OutParameters or InOutParameters so that I'm able to test all of my callable statement implementations.

Additional information
The issue is located in the JdbcCallableStatement within the driver implementation. All out parameter methods are currently not implemented. That's why the parameters are not passed to the server or noted in the requests.

@svettwer svettwer added this to the v2.9.0 milestone Jan 24, 2019
svettwer added a commit that referenced this issue Jan 30, 2019
svettwer added a commit that referenced this issue Jan 30, 2019
svettwer added a commit that referenced this issue Feb 5, 2019
svettwer added a commit that referenced this issue Feb 5, 2019
svettwer added a commit that referenced this issue Feb 7, 2019
svettwer added a commit that referenced this issue Feb 8, 2019
svettwer added a commit that referenced this issue Feb 8, 2019
svettwer added a commit that referenced this issue Feb 8, 2019
svettwer added a commit that referenced this issue Feb 8, 2019
svettwer added a commit that referenced this issue Feb 12, 2019
…s to encapsulate the dataset properly in a jdbc conform interface
svettwer added a commit that referenced this issue Feb 12, 2019
@svettwer
Copy link
Contributor Author

closed by #35

@svettwer
Copy link
Contributor Author

Reopened: We've checked the implementation with the targeted system and found some issues.

@svettwer svettwer reopened this Feb 26, 2019
svettwer added a commit that referenced this issue Feb 26, 2019
…onsToMissingSetters

(#29) Added exceptions to unsupported operations
svettwer added a commit that referenced this issue Mar 7, 2019
@svettwer svettwer added TO REVIEW and removed READY labels Mar 7, 2019
@svettwer svettwer added the commissioned An issue whose solution was commissioned by a customer. label Aug 5, 2019
svettwer added a commit that referenced this issue Aug 12, 2019
svettwer added a commit that referenced this issue Sep 6, 2019
svettwer added a commit that referenced this issue Sep 6, 2019
svettwer added a commit that referenced this issue Sep 6, 2019
svettwer added a commit that referenced this issue Sep 6, 2019
svettwer added a commit that referenced this issue Sep 9, 2019
svettwer added a commit that referenced this issue Oct 29, 2019
…-regression

(#29) fixed regression concerning return values of callable statements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
commissioned An issue whose solution was commissioned by a customer. Prio: Medium TO REVIEW Type: Enhancement
Projects
None yet
Development

No branches or pull requests

1 participant