aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>1999-03-05 09:25:34 +0000
committerMichael Meskes <meskes@postgresql.org>1999-03-05 09:25:34 +0000
commit9db6b7f3f7919895135e64cf52afcc1c7e264c09 (patch)
tree17d9c1acd22e4153a14fc587f4744519d779509e
parente0345e09bf420833ce0647c616414a2913148f1e (diff)
downloadpostgresql-9db6b7f3f7919895135e64cf52afcc1c7e264c09.tar.gz
postgresql-9db6b7f3f7919895135e64cf52afcc1c7e264c09.zip
*** empty log message ***
-rw-r--r--src/interfaces/ecpg/ChangeLog11
-rw-r--r--src/interfaces/ecpg/TODO6
2 files changed, 12 insertions, 5 deletions
diff --git a/src/interfaces/ecpg/ChangeLog b/src/interfaces/ecpg/ChangeLog
index a59607285e7..9077beef209 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 d1e61473778..005fe05c9a2 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