TODO 717 字节
Newer Older
1
The complete structure definition has to be listed inside the declare
2
section of the structure variable for ecpg to be able to understand it.
3

4
Variable type bool has to be tested. I never used it so far.
5

M
 
Marc G. Fournier 已提交
6 7 8 9 10 11 12 13
The error message for "no data" in an exec sql insert select from statement
has to be 100.

sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified in a SET
DESCRIPTOR statement will be ignored.

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

M
 
Marc G. Fournier 已提交
14 15
it would also be nice to be able to work with varchar * (inculding automatic
allocating)
M
 
Marc G. Fournier 已提交
16

M
 
Marc G. Fournier 已提交
17 18
support for dynamic SQL with unknown number of variables with SQLDA structure
or something similar
M
 
Marc G. Fournier 已提交
19

M
 
Marc G. Fournier 已提交
20 21 22
Missing statements:
 - exec sql allocate
 - SQLSTATE