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

Add support to consume OUT parameters #645

Open
RakeshBonu opened this issue Sep 8, 2021 · 2 comments
Open

Add support to consume OUT parameters #645

RakeshBonu opened this issue Sep 8, 2021 · 2 comments
Labels
status: blocked An issue that's blocked on an external project change type: enhancement A general enhancement

Comments

@RakeshBonu
Copy link

Hi Team,
How to call stored procedure which had in and out parameters? Please provide information to fetch out param.

@RakeshBonu RakeshBonu changed the title How to call stored procedure with in and out parama How to call stored procedure which had in and out parama Sep 8, 2021
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 8, 2021
@RakeshBonu RakeshBonu changed the title How to call stored procedure which had in and out parama How to call stored procedure which had in and out parameters Sep 8, 2021
@mp911de
Copy link
Member

mp911de commented Sep 8, 2021

Spring Data R2DBC is based on R2DBC 0.8 which doesn't support stored procedures with OUT parameters yet. Once we upgrade to R2DBC 0.9 we will be able to support these.

@mp911de mp911de changed the title How to call stored procedure which had in and out parameters Add support to consume OUT parameters Sep 8, 2021
@mp911de mp911de added status: blocked An issue that's blocked on an external project change type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 8, 2021
@RakeshBonu
Copy link
Author

Oh ok. Can I convert stored procedure to stored function? If so please explain how to get return value from spring r2dbc?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: blocked An issue that's blocked on an external project change type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants