diff options
Diffstat (limited to 'src/interfaces/ecpg/TODO')
-rw-r--r-- | src/interfaces/ecpg/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/TODO b/src/interfaces/ecpg/TODO index 16af8686437..542894945d1 100644 --- a/src/interfaces/ecpg/TODO +++ b/src/interfaces/ecpg/TODO @@ -13,7 +13,8 @@ stderr. Instead it should be listed as a warning. The error handling has to be improved by adding additional error-rules to the parser. -it would be nice to be able to use :var[:index] as cvariable for an array var +it would be nice to be able to use :var[:index] or :var[<integer>] as +cvariable for an array var How can one insert arrays from c variables? |