TODO 446 字节
Newer Older
1
ecpg does not understand enum datatypes.
2

3
The complete structure definition has to be listed inside the declare
4
section of the structure variable for ecpg to be able to understand it.
5

6
Variable type bool has to be checked. I never used it so far.
7 8 9

ecpg cannot use pointer variables except [unsigned] char *

10
There is no exec sql type statement which is the SQL version of a typedef.
M
Marc G. Fournier 已提交
11

12
There is no exec sql prepare statement.
13

14
There is no SQLSTATE