citrusframework / citrusframework/citrus-db

Implement registerOutParameter in JdbcCallableStatement

Open
#29 2 comments 0 reactions 0 assignees View on GitHub
commissioned Prio: Medium TO REVIEW Type: Enhancement
Dominant language
Java
Stars
4
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Extracted from https://github.com/citrusframework/citrus/issues/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.

Contributor guide

Open the contributing guide

Research direction

Start by inspecting JdbcCallableStatement in the driver implementation and locating the currently unimplemented out-parameter methods. Trace how callable-statement parameters are sent to the server or recorded in requests; the work is done when OutParameters and InOutParameters are handled by all relevant methods.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
database
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.