*** empty log message ***
This commit is contained in:
parent
e0345e09bf
commit
9db6b7f3f7
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user