-
- Downloads
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.
Showing
- src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java 1 addition, 1 deletionsrc/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java
- src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java 1 addition, 1 deletionsrc/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java
- src/interfaces/jdbc/org/postgresql/util/PGbytea.java 12 additions, 12 deletionssrc/interfaces/jdbc/org/postgresql/util/PGbytea.java
Loading
Please register or sign in to comment