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)
commitd86e7b6d713fd4c2f8342d4bad7f15ce76a59618
tree64ef04849872c064ee0635171b98acea31b4262d
parent97e7087b414f2e3d88e706b90164c9b29813feab
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