diff options
| author | Barry Lind | 2001-10-30 20:45:17 +0000 |
|---|---|---|
| committer | Barry Lind | 2001-10-30 20:45:17 +0000 |
| commit | 2f254bdd56283cd094157574326d09cdabd57b67 (patch) | |
| tree | 70db5ceeddb252995d206fc62096a5be1bac77d9 | |
| parent | b9cd4c83314fb4555163ad1b12c940ab01cffcad (diff) | |
updates to JDBC TODO items
| -rw-r--r-- | doc/TODO | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Oct 26 11:27:34 EDT 2001 +Last updated: Tue Oct 30 10:57:33 PST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -221,11 +221,12 @@ CLIENTS * JDBC o Comprehensive test suite. This may be available already. o Updateable resultSet (must be done in backend code) - o Improved DatabaseMetaData [java] + o -Improved DatabaseMetaData [java] o JDBC-standard BLOB support o Error Codes (pending backend implementation) - o Support for binary data/bytea + o -Support for binary data/bytea o Move to using 'make' rather than 'ant'(?) + o Use cursors implicitly to avoid large results (see setCursorName()) REFERENTIAL INTEGRITY |
