Message-ID: From: "lukaseder (@lukaseder)" To: "pgjdbc/pgjdbc" Date: Tue, 19 May 2026 16:55:22 +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: 4490072191 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-4490072191 Content-Type: text/plain; charset=utf-8 So, the issues I've found so far are: - Lack of `Array` support - Lack of `CallableStatement` support - No support for qualified or quoted identifiers in `Map>` arguments (e.g. `ResultSet.getObject(int, Map)`). Qualification support is necessary, quoted identifiers probably optional?