Обсуждение: pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...

Поиск
Список
Период
Сортировка

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

От
barry@postgresql.org
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    barry@postgresql.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@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.