pgjdbc/pgjdbc GitHub issues and pull requests (mirror)
help / color / mirror / Atom feedFrom: binoverfl0w (@binoverfl0w) <[email protected]>
To: pgjdbc/pgjdbc <[email protected]>
Subject: Re: [pgjdbc/pgjdbc] PR #3306: feat: add support for reading / creating structs
Date: Sat, 31 Jan 2026 16:32:05 +0000
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
@davecramer that test fails due to a bug on Array encoding which we encountered when working on this feature. Should be fixed by this PR: https://github.com/pgjdbc/pgjdbc/pull/3337.
If you apply these changes locally the test will fail at `assertEquals(s, item);`, reason being that in the discussion above it was agreed that we should not be handling struct equality due to the complexity it may introduce.
However, the string equality should hold, so `assertEquals(s.toString(), item.toString());` should pass.
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] PR #3306: feat: add support for reading / creating structs
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