Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9db6b7f

Browse files
author
Michael Meskes
committed
*** empty log message ***
1 parente0345e0 commit9db6b7f

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

‎src/interfaces/ecpg/ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,5 +487,16 @@ Fri Feb 26 07:18:25 CET 1999
487487
Sat Feb 27 20:30:03 CET 1999
488488

489489
- Added automatic allocating for NULL pointers.
490+
491+
Mon Mar 1 20:16:24 CET 1999
492+
493+
- Fixed parser bug that caused it to miss some blanks during output.
494+
495+
Thu Mar 4 19:49:28 CET 1999
496+
497+
- Fixed bug in ecpglib.c that caused it to allocate to few memory.
498+
- Switched memory allocation to calloc() to make sure memory is
499+
cleared.
500+
- Fixed varchar auto-allocating.
490501
- Set library version to 3.0.0
491502
- Set ecpg version to 3.0.0

‎src/interfaces/ecpg/TODO

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ DESCRIPTOR statement will be ignored.
1111

1212
it would be nice to be able to use :var[:index] as cvariable
1313

14-
it would also be nice to be able to work with varchar * (inculding automatic
15-
allocating)
16-
17-
support for dynamic SQL with unknown number of variables with SQLDA structure
18-
or something similar
14+
support for dynamic SQL with unknown number of variables with DESCRIPTORS
1915

2016
Missing statements:
2117
- exec sql allocate

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp