TODO
Christof Petig <christof@petig-baender.de>
From: Christof Petig <christof@petig-baender.de>
To: Bruce Momjian <momjian@postgresql.org>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2001-12-03T14:46:56Z
Lists: pgsql-hackers
The following ECPG TODO item is already closed
o Allow SELECT of array of strings into a auto-sized variable
Decent lines for HISTORY would be (ECPG enhancements)
auto allocation for indicator variable arrays (int *ind_p=NULL)
auto allocation for string arrays (char **foo_pp=NULL)
ECPGfree_auto_mem fixed
all function names with external linkage are now prefixed by ECPG
Yours
Christof
PS:
In HISTORY:
EXECUTE ... INTO ... implemented
multiple row descriptor support (e.g. CARDINALITY)
you might mark me as the person responsible for any mistakes made ;-)