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

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

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

От
Bruce Momjian - CVS
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.org    01/06/01 16:57:59

Modified files:
    src/interfaces/jdbc/org/postgresql: Connection.java

Log message:
    The following patch for JDBC fixes an issue with jdbc running on a
    non-multibyte database loosing 8bit characters.  This patch will cause
    the jdbc driver to ignore the encoding reported by the database when
    multibyte isn't enabled and use the JVM default in that case.

    Barry Lind