public inbox for [email protected]
help / color / mirror / Atom feedFrom: Dave Cramer <[email protected]>
To: [email protected]
Subject: [pgjdbc/pgjdbc] d15e8a: Fix problem when calling a procedure returning a r...
Date: Tue, 14 Nov 2023 12:46:17 -0800
Message-ID: <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]> (raw)
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: d15e8acaa8b6666505b083725d6267ff15925749
https://github.com/pgjdbc/pgjdbc/commit/d15e8acaa8b6666505b083725d6267ff15925749
Author: Dave Cramer <[email protected]>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M pgjdbc/src/main/java/org/postgresql/core/v3/SimpleParameterList.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc3/Jdbc3CallableStatementTest.java
Log Message:
-----------
Fix problem when calling a procedure returning a refcursor more than 5 times (prepareThreshold) (#2988)
* fix issue when calling a procedure returning a refcursor more 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 #2983
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: [pgjdbc/pgjdbc] d15e8a: Fix problem when calling a procedure returning a r...
In-Reply-To: <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox