]> granicus.if.org Git - postgresql/commit
The following patch for JDBC fixes an issue with jdbc running on a
authorBruce Momjian <bruce@momjian.us>
Fri, 1 Jun 2001 20:57:58 +0000 (20:57 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 1 Jun 2001 20:57:58 +0000 (20:57 +0000)
commitc9445f08826b37d9acbc82adc77a578deaa8eff9
tree1ff7208cabca1ff11ca47a6f6a61a6beaea73191
parentc6b1ef8fe7c33e98e0323396c33710ef90824361
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
src/interfaces/jdbc/org/postgresql/Connection.java