Message-ID: From: "gtors (@gtors)" To: "pgjdbc/pgjdbc" Date: Mon, 07 Sep 2015 11:43:27 +0000 Subject: [pgjdbc/pgjdbc] issue #367: BOOLEAN field treated as BIT List-Id: X-GitHub-Author-Id: 9943520 X-GitHub-Author-Login: gtors X-GitHub-Issue: 367 X-GitHub-Labels: enhancement, easy, backward-incompatible X-GitHub-Milestone: 44.0.0 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: open X-GitHub-Type: issue X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/367 Content-Type: text/plain; charset=utf-8 This issue cause bugs in third-party libraries. For example: [stackoverflow question](https://stackoverflow.com/questions/26298295/unneccessary-database-changeset-related-to-boolean-after-grails-2-4-3-upgrade) The root of the evil consists in [TypeInfoCache.java#L87](https://github.com/pgjdbc/pgjdbc/blob/master/org/postgresql/jdbc2/TypeInfoCache.java#L87) I know it was for backward compatibility, but please make it configurable at least.