JDBC encoding additions.
Bruce Momjian <bruce@momjian.us>
JDBC encoding additions. Here's a patch against the current CVS. The changes from the previous patch are mostly related to the changed interface for PG_Stream. Anders Bengtsson
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/Implementation | modified | +1 −0 |
| src/interfaces/jdbc/org/postgresql/Connection.java | modified | +32 −128 |
| src/interfaces/jdbc/org/postgresql/core/Encoding.java | added | +167 −0 |
| src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java | modified | +5 −15 |
| src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java | modified | +6 −20 |
| src/interfaces/jdbc/org/postgresql/PG_Stream.java | modified | +3 −14 |
| src/interfaces/jdbc/org/postgresql/test/EncodingTest.java | added | +57 −0 |
| src/interfaces/jdbc/org/postgresql/test/JDBC2Tests.java | modified | +1 −0 |