OSDN Git Service

Attached are a patch to allow the charset encoding used by the JDBC
authorBruce Momjian <bruce@momjian.us>
Tue, 12 Sep 2000 04:58:50 +0000 (04:58 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 12 Sep 2000 04:58:50 +0000 (04:58 +0000)
commit65edb541865032b5750cfe58cb8f7affbe1fc298
tree6f7c1aae279e75e5be4dceae692c8d3b2c9386a4
parent4f5cdadf03ae97de4fbd9ef90e15a080291b6a13
Attached are a patch to allow the charset encoding used by the JDBC
driver to be set, and a description of said patch.  Please refer to
the latter for more information.

William
--
William Webber                               william@peopleweb.net.au
src/interfaces/jdbc/Makefile
src/interfaces/jdbc/example/Unicode.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/Connection.java
src/interfaces/jdbc/org/postgresql/Driver.java
src/interfaces/jdbc/org/postgresql/PG_Stream.java
src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java
src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java