File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Wed Dec 5 18:11:24 EST 2001
3
+ Last updated: Thu Dec 6 05:19:15 EST 2001
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -78,7 +78,6 @@ DATA TYPES
78
78
* ARRAYS
79
79
o Allow nulls in arrays
80
80
o Allow arrays to be ORDER'ed
81
- o fix array handling in ECPG
82
81
* BINARY DATA
83
82
o -Add non-large-object binary field (already exists -- bytea)
84
83
o -Make binary interface for TOAST columns (base64)
@@ -255,7 +254,8 @@ CLIENTS
255
254
* ECPG
256
255
o Implement set descriptor, using descriptor
257
256
o Make casts work in variable initializations
258
- o Allow variable to specify the connection name
257
+ o -Allow variable to specify the connection name
258
+ o -Fix variable handling in EXEC SQL AT statement
259
259
o Implement SQLDA
260
260
o Allow SELECT of array of strings into a auto-sized variable
261
261
o Solve cardinality > 1 for input descriptors / variables
@@ -267,7 +267,7 @@ CLIENTS
267
267
o Remove space_or_nl and line_end from pgc.l
268
268
o Fix nested C comments
269
269
o Add SQLSTATE
270
- o -Fix variable handling in EXEC SQL AT statement
270
+ o fix array handling in ECPG
271
271
272
272
REFERENTIAL INTEGRITY
273
273
You can’t perform that action at this time.
0 commit comments