diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-07-03 16:55:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-07-03 16:55:40 +0000 |
commit | 2b057b29cc491ddc159c11efd3b992b46ddac83c (patch) | |
tree | 4c72395c4b47d4322afec9181dea220209ce4c96 | |
parent | 08a46ad4f688a1244eddb6f85f94283ec5b59a0a (diff) | |
download | postgresql-2b057b29cc491ddc159c11efd3b992b46ddac83c.tar.gz postgresql-2b057b29cc491ddc159c11efd3b992b46ddac83c.zip |
Done:
> o -Add support for CallableStatements
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Jun 28 15:28:15 EDT 2002 +Last updated: Wed Jul 3 12:55:27 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -275,7 +275,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 + o -Add support for CallableStatements o Add LISTEN/NOTIFY support to the JDBC driver (Barry) o Compile under jdk 1.4 |