summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/ecpg/TODO')
-rw-r--r--src/interfaces/ecpg/TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/TODO b/src/interfaces/ecpg/TODO
index c74c273274..f092d1b2bd 100644
--- a/src/interfaces/ecpg/TODO
+++ b/src/interfaces/ecpg/TODO
@@ -35,8 +35,6 @@ There is no exec sql prepare statement.
The complete structure definition has to be listed inside the declare
section for ecpg to be able to understand it.
-Each variable has to be defined on a line on its own.
-
There is no way yet to fill a complete array with one call except arrays of
[unsigned] char which are considered strings.
@@ -54,4 +52,7 @@ exec sql disconnect {current|default|all|connectionname|connection_hostvar};
| CURRENT
commit release|commit work release auch disconnect
-It is not neccessary to check for sql not found after all commands.
+It is not neccessary to check for "not found" after all commands.
+
+It would be nice to be able to specify parts of a structure like :foo.bar or
+:foo->bar.