Attached are a patch to allow the charset encoding used by the JDBC
Bruce Momjian <bruce@momjian.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/example/Unicode.java | added | +240 −0 |
| src/interfaces/jdbc/Makefile | modified | +5 −2 |
| src/interfaces/jdbc/org/postgresql/Connection.java | modified | +37 −4 |
| src/interfaces/jdbc/org/postgresql/Driver.java | modified | +9 −1 |
| src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java | modified | +10 −1 |
| src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java | modified | +10 −1 |
| src/interfaces/jdbc/org/postgresql/PG_Stream.java | modified | +17 −3 |