On Wed, Oct 20, 2021 at 09:53:38AM -0400, Andrew Dunstan wrote:
> Try again with autocommit turned off. Sorry, I omitted that crucial
> detail. Exact test code attached (name/password removed)
For the same of the archives, this should be OK now under 1d477a9.
See also this thread:
https://www.post
On 10/20/21 9:02 AM, Laurenz Albe wrote:
> On Tue, 2021-10-19 at 15:24 -0400, Andrew Dunstan wrote:
>> The problem I'm writing about (h/t Simon Riggs for finding it) is
>> illustrated by the following snippet of java:
>>
>> public static void runtest(Connection conn) throws Exception {
>>
On Tue, 2021-10-19 at 15:24 -0400, Andrew Dunstan wrote:
>
> The problem I'm writing about (h/t Simon Riggs for finding it) is
> illustrated by the following snippet of java:
>
> public static void runtest(Connection conn) throws Exception {
> Statement stmt = conn.createStatement()
The problem I'm writing about (h/t Simon Riggs for finding it) is
illustrated by the following snippet of java:
public static void runtest(Connection conn) throws Exception {
Statement stmt = conn.createStatement();
stmt.setFetchSize(10);
ResultSet rs = stmt.execute