Commit 73d309f5 authored by Marc G. Fournier's avatar Marc G. Fournier

From: Michael Meskes <meskes@topsystem.de>

Here's a small patch to ecpg's man page to make it list all known bugs.
parent ceebcd0a
...@@ -53,6 +53,13 @@ ecpg does not understand enum datatypes. ...@@ -53,6 +53,13 @@ ecpg does not understand enum datatypes.
The is no exec sql prepare statement. The is no exec sql prepare statement.
.TP .TP
The complete structure definition has to be listed inside the declare section for ecpg to be able to understand it. The complete structure definition has to be listed inside the declare section for ecpg to be able to understand it.
.TP
Each variable has to be defined on a line on its own.
.TP
There is no way yet to fill a complete array with one call except arrays of [unsigned] char
which are considered strings.
.TP
ecpg cannot use pointer variables except [unsigned] char *
.SH "RETURN VALUE" .SH "RETURN VALUE"
.IR ecpg .IR ecpg
returns 0 to the shell on successful completion, -1 for errors, returns 0 to the shell on successful completion, -1 for errors,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment