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

Commits on Nov 13, 2023

  1. Added tests to test for Calling a procedure returning a refcursor mor…

    …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 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    866fccc View commit details
    Browse the repository at this point in the history
  2. checkstyle

    davecramer committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    92fd6f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ba0d81 View commit details
    Browse the repository at this point in the history