Skip to content
Snippets Groups Projects
Commit e3befe4a authored by Michael Meskes's avatar Michael Meskes
Browse files

*** empty log message ***

parent 8cb62426
No related branches found
No related tags found
No related merge requests found
descriptor statements have the following shortcomings
- up to now the only reasonable statement is
FETCH ... INTO SQL DESCRIPTOR <name>
no input variables allowed!
Reason: to fully support dynamic SQL the frontend/backend communication
should change to recognize input parameters.
Since this is not likely to happen in the near future and you
can cover the same functionality with the existing infrastructure
I'll leave the work to someone else.
- string buffer overflow does not always generate warnings
(beware: terminating 0 may be missing because strncpy is used)
:var=data sets sqlwarn accordingly (but not indicator)
- char variables pointing to NULL are not allocated on demand
- string truncation does not show up in indicator
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment