public inbox for [email protected]
help / color / mirror / Atom feedFrom: Sebastian Baumhekel <[email protected]>
To: [email protected]
Subject: [pgjdbc/pgjdbc] cb78d0: feat: Define binary transfer for custom types dyna...
Date: Tue, 31 Jan 2023 09:03:40 -0800
Message-ID: <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]> (raw)
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: cb78d0e85148f4fb19ef665343c4f4cfaabf9c26
https://github.com/pgjdbc/pgjdbc/commit/cb78d0e85148f4fb19ef665343c4f4cfaabf9c26
Author: Sebastian Baumhekel <[email protected]>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M .editorconfig
M pgjdbc/src/main/java/org/postgresql/core/QueryExecutor.java
M pgjdbc/src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java
M pgjdbc/src/main/java/org/postgresql/jdbc/PgConnection.java
A pgjdbc/src/test/java/org/postgresql/test/core/QueryExecutorTest.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/BaseTest4.java
A pgjdbc/src/test/java/org/postgresql/test/jdbc2/CustomTypeWithBinaryTransferTest.java
Log Message:
-----------
feat: Define binary transfer for custom types dynamically/automatically (Issue #2554) (#2556)
The driver would automatically register types for binary transfer when calling
con.unwrap(PGConnection.class).addDataType(String, Class)
Fixes https://github.com/pgjdbc/pgjdbc/issues/2554
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] cb78d0: feat: Define binary transfer for custom types dyna...
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