pgsql/src/interfaces/jdbc/org/postgresql Conne ... - Mailing list pgsql-committers

From Bruce Momjian - CVS
Subject pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Date
Msg-id 200106012057.f51Kvxj90295@hub.org
Whole thread Raw
List pgsql-committers
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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/utils/init miscinit.c
Next
From: Jan Wieck
Date:
Subject: pgsql/src/backend/lib dllist.c