|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Thu Nov22 21:21:59 EST 2001 |
| 3 | +Last updated:Sun Nov25 22:04:23 PST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -237,14 +237,16 @@ CLIENTS |
237 | 237 | o Error Codes (pending backend implementation) |
238 | 238 | o -Support for binary data/bytea |
239 | 239 | o Move to using 'make' rather than 'ant'(?) |
240 | | -o Add MD5 capability |
| 240 | +o -Add MD5 capability |
| 241 | +o Fix LargeObject API to handle OIDs as unsigned ints |
| 242 | +o Implement cancel() method on Statement |
| 243 | +o Use cursors implicitly to avoid large results (see setCursorName()) |
241 | 244 | * ECPG |
242 | 245 | o Implement set descriptor, using descriptor |
243 | 246 | o Make casts work in variable initializations |
244 | 247 | o Allow variable to specify the connection name |
245 | 248 | o Implement SQLDA |
246 | 249 | o Allow SELECT of array of strings into a auto-sized variable |
247 | | -o Use cursors implicitly to avoid large results (see setCursorName()) |
248 | 250 | o Solve cardinality > 1 for input descriptors / variables |
249 | 251 | o Understand structure definitions outside a declare section |
250 | 252 | o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified |
|