Message-ID: From: "lukaseder (@lukaseder)" To: "pgjdbc/pgjdbc" Date: Wed, 20 May 2026 09:19:31 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3062: feat: type cache rework, codec API, and composite-type round-trip In-Reply-To: References: List-Id: X-GitHub-Author-Login: lukaseder X-GitHub-Comment-Id: 4496647048 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3062 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3062#issuecomment-4496647048 Content-Type: text/plain; charset=utf-8 Regarding the lack of array support, to be clear, both arrays contained in UDTs as well as UDT arrays seem to be unsupported. Specifically, I also tried `select array[row(1, 2)]` and the binary encoding did not apply, possibly in parts because `_RECORD` (oid = 2287) was not registered for binary transfer?