Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 36aa85d

Browse files
committed
Update TODO list.
1 parent 3c9b549 commit 36aa85d

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

doc/TODO

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Wed Oct 31 10:10:58 EST 2001
3+
Last updated: Thu Nov 1 15:06:47 EST 2001
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -227,13 +227,21 @@ CLIENTS
227227
o -Support for binary data/bytea
228228
o Move to using 'make' rather than 'ant'(?)
229229
* 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
235235
o Use cursors implicitly to avoid large results (see setCursorName())
236236
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
237245

238246
REFERENTIAL INTEGRITY
239247

0 commit comments

Comments
 (0)