pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...

From: barry(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...
Date: 2002-01-05 22:26:24
Message-ID: 200201052226.g05MQOv12669@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: barry(at)postgresql(dot)org 02/01/05 17:26:23

Modified files:
src/interfaces/jdbc/org/postgresql/jdbc1: ResultSet.java
src/interfaces/jdbc/org/postgresql/jdbc2: ResultSet.java
src/interfaces/jdbc/org/postgresql/util: PGbytea.java

Log message:
Bugfix for bug reported by Marcus Better (marcus(at)dactylis(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Hiroshi Inoue 2002-01-05 23:59:34 Re: pgsql/src backend/tcop/postgres.c include/misc ...
Previous Message Hiroshi Inoue 2002-01-05 07:20:48 Re: pgsql/src backend/tcop/postgres.c include/misc ...