-
Notifications
You must be signed in to change notification settings - Fork 2
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
Labels
commissioned
An issue whose solution was commissioned by a customer.
Prio: Medium
TO REVIEW
Type: Enhancement
Milestone
Comments
4 tasks
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
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 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 7, 2019
svettwer
added a commit
that referenced
this issue
Feb 7, 2019
svettwer
added a commit
that referenced
this issue
Feb 7, 2019
svettwer
added a commit
that referenced
this issue
Feb 7, 2019
svettwer
added a commit
that referenced
this issue
Feb 8, 2019
…ex mapping stays in JdbcCallableStatement
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
added a commit
that referenced
this issue
Feb 12, 2019
svettwer
added a commit
that referenced
this issue
Feb 12, 2019
closed by #35 |
Reopened: We've checked the implementation with the targeted system and found some issues. |
svettwer
added a commit
that referenced
this issue
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 5, 2019
svettwer
added a commit
that referenced
this issue
Mar 5, 2019
svettwer
added a commit
that referenced
this issue
Mar 5, 2019
svettwer
added a commit
that referenced
this issue
Mar 7, 2019
…ssChecks (#29) Removed access validation
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 9, 2019
svettwer
added a commit
that referenced
this issue
Aug 12, 2019
svettwer
added a commit
that referenced
this issue
Sep 5, 2019
svettwer
added a commit
that referenced
this issue
Sep 5, 2019
svettwer
added a commit
that referenced
this issue
Sep 5, 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
Oct 29, 2019
svettwer
added a commit
that referenced
this issue
Oct 29, 2019
…-regression (#29) fixed regression concerning return values of callable statements
svettwer
added a commit
that referenced
this issue
Oct 30, 2019
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
Extracted from citrusframework/citrus#429
User story
As a citrus user, I want to be able to test
CallableStatements
withOutParameters
orInOutParameters
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.
The text was updated successfully, but these errors were encountered: