From: Barry Lind Date: Thu, 29 Nov 2001 18:15:33 +0000 (+0000) Subject: added CallableStatement support to jdbc todo X-Git-Tag: REL7_2_BETA4~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7379502f8a3a824819029d563ca93a7636fa0f24;p=thirdparty%2Fpostgresql.git added CallableStatement support to jdbc todo --- diff --git a/doc/TODO b/doc/TODO index 6461df2b571..68cc6b770ee 100644 --- a/doc/TODO +++ b/doc/TODO @@ -247,6 +247,7 @@ CLIENTS 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()) + o Add support for CallableStatements * ECPG o Implement set descriptor, using descriptor o Make casts work in variable initializations