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

Fix problem when calling a procedure returning a refcursor more than 5 times (prepareThreshold) #2988

Merged
merged 3 commits into from Nov 14, 2023

Conversation

davecramer
Copy link
Member

Previously this would throw an exception when the return type of the procedure was changed from VOID to REFCURSOR

fixes Issue #2983

…e than 5 times (prepareThreshold)

Previously this would throw an exception when the return type of the procedure was changed from VOID to REFCURSOR

fixes Issue pgjdbc#2983
@davecramer davecramer changed the title Added tests to test for Calling a procedure returning a refcursor more than 5 times (prepareThreshold) Fix problem when calling a procedure returning a refcursor more than 5 times (prepareThreshold) Nov 14, 2023
@davecramer davecramer merged commit d15e8ac into pgjdbc:master Nov 14, 2023
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant