Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Mon, 16 Feb 2026 11:22:01 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3940: BOOLEAN columns return Integer instead of Boolean in GraalVM native image In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 3907924049 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3940 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3940#issuecomment-3907924049 Content-Type: text/plain; charset=utf-8 apparently because ```in a GraalVM native image, those conversion paths appear to be unreachable (or the reflection metadata is missing), so the raw Integer (0/1) is returned instead.``` but I'm still curious why we return a bit.