OSDN Git Service

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)
commitdbaddcfd2b2d1e8c26bd5143acb326a56cffaa27
treef3a0e2193cf2f0c635dc3cb2f6a2ab7bf1fb402b
parenta740c228a5502b58d5952f4eeff79fd752d58099
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