diff options
Diffstat (limited to 'src/interfaces/ecpg/TODO')
-rw-r--r-- | src/interfaces/ecpg/TODO | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/TODO b/src/interfaces/ecpg/TODO index 9e9f94b1570..307953e32a4 100644 --- a/src/interfaces/ecpg/TODO +++ b/src/interfaces/ecpg/TODO @@ -7,6 +7,9 @@ has to be 100. sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified in a SET DESCRIPTOR statement will be ignored. +If a NOTICE message is given by the backend it should not be printed to +stderr. Instead it should be listed as a warning. + it would be nice to be able to use :var[:index] as cvariable support for dynamic SQL with unknown number of variables with DESCRIPTORS @@ -18,6 +21,8 @@ indicator-error? Add a semantic check level, e.g. check if a table really exists. +How can on insert arrays from c variables? + Missing statements: - exec sql ifdef - exec sql allocate |