Commit 7379502f authored by Barry Lind's avatar Barry Lind

added CallableStatement support to jdbc todo

parent d5aa0dc8
...@@ -247,6 +247,7 @@ CLIENTS ...@@ -247,6 +247,7 @@ CLIENTS
o Fix LargeObject API to handle OIDs as unsigned ints o Fix LargeObject API to handle OIDs as unsigned ints
o Implement cancel() method on Statement o Implement cancel() method on Statement
o Use cursors implicitly to avoid large results (see setCursorName()) o Use cursors implicitly to avoid large results (see setCursorName())
o Add support for CallableStatements
* ECPG * ECPG
o Implement set descriptor, using descriptor o Implement set descriptor, using descriptor
o Make casts work in variable initializations o Make casts work in variable initializations
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment