aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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