Message-ID: From: "rtrier (@rtrier)" To: "pgjdbc/pgjdbc" Date: Wed, 12 Mar 2025 19:06:37 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3562: After insert with PreparedStatement into table with complex types querying leads to resultset with incorrect type In-Reply-To: References: List-Id: X-GitHub-Author-Login: rtrier X-GitHub-Comment-Id: 2718850805 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3562 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3562#issuecomment-2718850805 Content-Type: text/plain; charset=utf-8 the reason ist getPGType(string) setting the values in the HasMaps different the getPGType(int) As I tried to reduce it I had not used a PreparedStatment to write. stmt.setObject triggers getPGType(String)