The following patch for JDBC fixes an issue with jdbc running on a

Bruce Momjian <bruce@momjian.us>

Commit: c9445f08826b37d9acbc82adc77a578deaa8eff9
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-06-01T20:57:58Z
Releases: 7.2.1
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

Files