Bugfix for bug reported by Marcus Better (marcus@dactylis.com). When preforming
Barry Lind <barry@xythos.com>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java | modified | +1 −1 |
| src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java | modified | +1 −1 |
| src/interfaces/jdbc/org/postgresql/util/PGbytea.java | modified | +12 −12 |