|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated: Wed Oct 31 10:10:58 EST 2001 |
| 3 | +Last updated: Thu Nov 1 15:06:47 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -227,13 +227,21 @@ CLIENTS
|
227 | 227 | o -Support for binary data/bytea
|
228 | 228 | o Move to using 'make' rather than 'ant'(?)
|
229 | 229 | * ECPG
|
230 |
| - o implement set descriptor, using descriptor |
231 |
| - o make casts work in variable initializations |
232 |
| - o allow variable to specify the connection name |
233 |
| - o implement SQLDA |
234 |
| - o allow SELECT of array of strings into a auto-sized variable |
| 230 | + o Implement set descriptor, using descriptor |
| 231 | + o Make casts work in variable initializations |
| 232 | + o Allow variable to specify the connection name |
| 233 | + o Implement SQLDA |
| 234 | + o Allow SELECT of array of strings into a auto-sized variable |
235 | 235 | o Use cursors implicitly to avoid large results (see setCursorName())
|
236 | 236 | o Solve cardinality > 1 for input descriptors / variables
|
| 237 | + o Understand structure definitions outside a declare section |
| 238 | + o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified |
| 239 | + o Improve error handling |
| 240 | + o Allow :var[:index] or :var[<integer>] as cvariable for an array var |
| 241 | + o Add a semantic check level, e.g. check if a table really exists |
| 242 | + o Remove space_or_nl and line_end from pgc.l |
| 243 | + o Fix nested C comments |
| 244 | + o Add SQLSTATE |
237 | 245 |
|
238 | 246 | REFERENTIAL INTEGRITY
|
239 | 247 |
|
|
0 commit comments