From: Michael Meskes Date: Fri, 5 Mar 1999 09:25:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL9_0_0~25785 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9db6b7f3f7919895135e64cf52afcc1c7e264c09;p=pg-rex%2Fsyncrep.git *** empty log message *** --- diff --git a/src/interfaces/ecpg/ChangeLog b/src/interfaces/ecpg/ChangeLog index a59607285e..9077beef20 100644 --- a/src/interfaces/ecpg/ChangeLog +++ b/src/interfaces/ecpg/ChangeLog @@ -487,5 +487,16 @@ Fri Feb 26 07:18:25 CET 1999 Sat Feb 27 20:30:03 CET 1999 - Added automatic allocating for NULL pointers. + +Mon Mar 1 20:16:24 CET 1999 + + - Fixed parser bug that caused it to miss some blanks during output. + +Thu Mar 4 19:49:28 CET 1999 + + - Fixed bug in ecpglib.c that caused it to allocate to few memory. + - Switched memory allocation to calloc() to make sure memory is + cleared. + - Fixed varchar auto-allocating. - Set library version to 3.0.0 - Set ecpg version to 3.0.0 diff --git a/src/interfaces/ecpg/TODO b/src/interfaces/ecpg/TODO index d1e6147377..005fe05c9a 100644 --- a/src/interfaces/ecpg/TODO +++ b/src/interfaces/ecpg/TODO @@ -11,11 +11,7 @@ DESCRIPTOR statement will be ignored. it would be nice to be able to use :var[:index] as cvariable -it would also be nice to be able to work with varchar * (inculding automatic -allocating) - -support for dynamic SQL with unknown number of variables with SQLDA structure -or something similar +support for dynamic SQL with unknown number of variables with DESCRIPTORS Missing statements: - exec sql allocate