Added for Christof Petig:
authorBruce Momjian <bruce@momjian.us>
Fri, 28 Dec 2001 04:57:55 +0000 (04:57 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 28 Dec 2001 04:57:55 +0000 (04:57 +0000)
commit02d39a773ee40fe57fdf0f2faf4eb369b0698306
tree9a6d376a48951fef8ae0c01472514d3ed343d06e
parentaca8349d6fd04eb2329c38d95f690e4c74e6bda3
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
doc/TODO