From: Barry Lind Date: Mon, 26 Nov 2001 06:08:03 +0000 (+0000) Subject: Updated JDBC todo items X-Git-Tag: REL7_2_BETA4~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59db902b1c21697be290e0f2422ac3a9f471f5d8;p=postgresql Updated JDBC todo items --- diff --git a/doc/TODO b/doc/TODO index 4931c124e4..49a31902f9 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Nov 22 21:21:59 EST 2001 +Last updated: Sun Nov 25 22:04:23 PST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -237,14 +237,16 @@ CLIENTS o Error Codes (pending backend implementation) o -Support for binary data/bytea o Move to using 'make' rather than 'ant'(?) - o Add MD5 capability + o -Add MD5 capability + o Fix LargeObject API to handle OIDs as unsigned ints + o Implement cancel() method on Statement + o Use cursors implicitly to avoid large results (see setCursorName()) * ECPG o Implement set descriptor, using descriptor o Make casts work in variable initializations o Allow variable to specify the connection name o Implement SQLDA o Allow SELECT of array of strings into a auto-sized variable - o Use cursors implicitly to avoid large results (see setCursorName()) o Solve cardinality > 1 for input descriptors / variables o Understand structure definitions outside a declare section o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified