mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Added for Christof Petig:
< o Allow SELECT of array of strings into a auto-sized variable --- > o -Allow SELECT of array of strings into a auto-sized variable > o auto allocation for indicator variable arrays (int *ind_p=NULL) > o auto allocation for string arrays (char **foo_pp=NULL) > o ECPGfree_auto_mem fixed > o all function names with external linkage are now prefixed by ECPG
This commit is contained in:
parent
a740c228a5
commit
dbaddcfd2b
8
doc/TODO
8
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Thu Dec 27 23:32:28 EST 2001
|
Last updated: Thu Dec 27 23:57:29 EST 2001
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -260,7 +260,7 @@ CLIENTS
|
|||||||
o -Allow variable to specify the connection name
|
o -Allow variable to specify the connection name
|
||||||
o -Fix variable handling in EXEC SQL AT statement
|
o -Fix variable handling in EXEC SQL AT statement
|
||||||
o Implement SQLDA
|
o Implement SQLDA
|
||||||
o Allow SELECT of array of strings into a auto-sized variable
|
o -Allow SELECT of array of strings into a auto-sized variable
|
||||||
o Solve cardinality > 1 for input descriptors / variables
|
o Solve cardinality > 1 for input descriptors / variables
|
||||||
o Understand structure definitions outside a declare section
|
o Understand structure definitions outside a declare section
|
||||||
o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified
|
o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified
|
||||||
@ -271,6 +271,10 @@ CLIENTS
|
|||||||
o Fix nested C comments
|
o Fix nested C comments
|
||||||
o Add SQLSTATE
|
o Add SQLSTATE
|
||||||
o fix handling of DB attributes taht are arrays
|
o fix handling of DB attributes taht are arrays
|
||||||
|
o auto allocation for indicator variable arrays (int *ind_p=NULL)
|
||||||
|
o auto allocation for string arrays (char **foo_pp=NULL)
|
||||||
|
o ECPGfree_auto_mem fixed
|
||||||
|
o all function names with external linkage are now prefixed by ECPG
|
||||||
|
|
||||||
REFERENTIAL INTEGRITY
|
REFERENTIAL INTEGRITY
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user