diff options
author | Michael Meskes <meskes@postgresql.org> | 2003-05-22 08:15:42 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2003-05-22 08:15:42 +0000 |
commit | baba07173c3b10da719e5594d9fb683da425f0c9 (patch) | |
tree | c027dc724895d080c8d668aea62ffcfbe8fad1fc | |
parent | d03a067ba030ccc81e71b9291c5bf3476d6d0c12 (diff) | |
download | postgresql-baba07173c3b10da719e5594d9fb683da425f0c9.tar.gz postgresql-baba07173c3b10da719e5594d9fb683da425f0c9.zip |
Removed one TODO item for ecpg as this is done.
-rw-r--r-- | doc/TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -257,7 +257,6 @@ Clients o Implement SQLDA o Allow multi-threaded use of SQLCA o Solve cardinality > 1 for input descriptors / variables - o Understand structure definitions outside a declare section o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified o Improve error handling o Allow :var[:index] or :var[<integer>] as cvariable for an array var |