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

Support invoking Oracle stored procedure #1246

Open
Tracked by #610
tsegismont opened this issue Oct 21, 2022 · 1 comment
Open
Tracked by #610

Support invoking Oracle stored procedure #1246

tsegismont opened this issue Oct 21, 2022 · 1 comment
Assignees
Milestone

Comments

@tsegismont
Copy link
Contributor

tsegismont commented Oct 21, 2022

Including using OUT parameters

For Oracle and such.

See https://stackoverflow.com/questions/74145676/how-to-set-out-parameter-in-java-quarkus-reactive-client

@tsegismont tsegismont added this to the 4.3.5 milestone Oct 21, 2022
@tsegismont tsegismont self-assigned this Oct 21, 2022
@vietj vietj modified the milestones: 4.3.5, 4.4.0 Nov 18, 2022
@vietj vietj modified the milestones: 4.4.0, 4.4.1 Mar 2, 2023
@vietj vietj modified the milestones: 4.4.1, 4.4.2 Mar 31, 2023
@vietj vietj modified the milestones: 4.4.2, 4.4.3 May 12, 2023
@vietj vietj modified the milestones: 4.4.3, 4.4.4-SNAPSHOT, 4.4.4 Jun 7, 2023
@vietj vietj modified the milestones: 4.4.4, 4.4.5 Jun 22, 2023
@vietj vietj modified the milestones: 4.4.5, 4.4.6 Aug 30, 2023
@vietj vietj modified the milestones: 4.4.6, 4.5.0 Sep 12, 2023
@vietj vietj modified the milestones: 4.5.0, 4.5.1 Nov 15, 2023
@vietj
Copy link
Member

vietj commented Dec 4, 2023

the jdbc-client version of this client has an API for this, the API for declaring out parameters I think is ok (using a special parameter declaring an out/inout), however the API to get stored procedure for out parameters is not the best (using a property) and perhaps could be improved.

@vietj vietj modified the milestones: 4.5.1, 4.5.2 Dec 13, 2023
@vietj vietj removed this from the 4.5.2 milestone Jan 30, 2024
@vietj vietj added this to the 4.5.3 milestone Jan 30, 2024
@vietj vietj modified the milestones: 4.5.3, 4.5.4 Feb 6, 2024
@vietj vietj modified the milestones: 4.5.4, 4.5.5 Feb 22, 2024
@vietj vietj modified the milestones: 4.5.5, 4.5.6 Mar 14, 2024
@vietj vietj modified the milestones: 4.5.6, 4.5.7, 4.5.8 Mar 21, 2024
@vietj vietj modified the milestones: 4.5.8, 4.5.9 May 24, 2024
@vietj vietj modified the milestones: 4.5.9, 4.5.10 Jul 17, 2024
@vietj vietj modified the milestones: 4.5.10, 4.5.11 Sep 4, 2024
@vietj vietj modified the milestones: 4.5.11, 4.5.12 Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants