Message-ID: From: "vintop95 (@vintop95)" To: "pgjdbc/pgjdbc" Date: Wed, 04 Jan 2023 17:49:43 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #367: BOOLEAN field treated as BIT In-Reply-To: References: List-Id: X-GitHub-Author-Login: vintop95 X-GitHub-Comment-Id: 1371237761 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 367 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/367#issuecomment-1371237761 Content-Type: text/plain; charset=utf-8 A framework I'm working on infers the type of a column from a select query with jdbc, and this problem makes it impossible for boolean types to be inferred correctly.