pgjdbc/pgjdbc GitHub issues and pull requests (mirror)  
help / color / mirror / Atom feed
From: mjschwaiger (@mjschwaiger) <[email protected]>
To: pgjdbc/pgjdbc <[email protected]>
Subject: Re: [pgjdbc/pgjdbc] issue #3910: Connection parameter cleanupSavepoints=true does not work with oid/blob column
Date: Mon, 19 Jan 2026 08:27:08 +0000
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>

@vlsi 
Thank you for your prompt response and for resolving this issue. 

Tested with following Gradle configuration successfully. Looks good to me! 

But still wondering that no one else encountered this issue, or if there are others who have experienced something similar.

Any timeline when 42.7.10 is going to be released?

`settings.gradle`
```
dependencyResolutionManagement {
    repositories {
       maven {
            name = 'sonatype-snapshots'
            url = 'https://central.sonatype.com/repository/maven-snapshots';
            mavenContent {
                snapshotsOnly()
            }
        }
    }
}
```

`build.gradle`
```
dependencies {
    implementation 'org.postgresql:postgresql:42.7.10-SNAPSHOT'
}
```

Results of executing TestPgCleanupSavepointsWithBlob.main():
```
Connecting to database [jdbc:postgresql://localhost:5432/test] ...
Connected successfully
Set autocommit=false
Drop table (start) ...
Create table ...
Insert record ...
Executing query ...
[id] -> 1
[doc] -> contentArray.length=5
Drop table (end) ...
 - - - - - - - - - - - - - 
Connecting to database [jdbc:postgresql://localhost:5432/test?autosave=always&cleanupSavepoints=false] ...
Connected successfully
Set autocommit=false
Drop table (start) ...
Create table ...
Insert record ...
Executing query ...
[id] -> 1
[doc] -> contentArray.length=5
Drop table (end) ...
 - - - - - - - - - - - - - 
Connecting to database [jdbc:postgresql://localhost:5432/test?autosave=always&cleanupSavepoints=true] ...
Connected successfully
Set autocommit=false
Insert record ...
 - - - - - - - - - - - - - 
Connecting to database [jdbc:postgresql://localhost:5432/test?autosave=always&cleanupSavepoints=true] ...
Connected successfully
Set autocommit=false
Executing query ...
[id] -> 1
[doc] -> contentArray.length=5
[id] -> 1
[doc] -> contentArray.length=5
 - - - - - - - - - - - - - 
```

view thread (5+ messages)  latest in thread

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: github://pgjdbc/pgjdbc
  Cc: [email protected], [email protected]
  Subject: Re: [pgjdbc/pgjdbc] issue #3910: Connection parameter cleanupSavepoints=true does not work with oid/blob column
  In-Reply-To: <<[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