]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Bugfix for bug reported by Marcus Better (marcus@dactylis.com). When preforming
authorBarry Lind <barry@xythos.com>
Sat, 5 Jan 2002 22:26:23 +0000 (22:26 +0000)
committerBarry Lind <barry@xythos.com>
Sat, 5 Jan 2002 22:26:23 +0000 (22:26 +0000)
commit734e4212784d7baa3dc809e25f9cb6de8329211f
tree0c960badacc872108c8e0c630b5e1ef5efdc365e
parentf3efaf892ee14fa771d023e7b3b02c4af2b37d84
Bugfix for bug reported by Marcus Better (marcus@dactylis.com).  When preforming
a get on a bytea value the code was running the raw value from the server
through character set conversion, which if the character set was SQL_ASCII
would cause all 8bit characters to become ?'s.
src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java
src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java
src/interfaces/jdbc/org/postgresql/util/PGbytea.java