diff options
author | Michael Meskes <meskes@postgresql.org> | 2003-06-20 13:20:09 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2003-06-20 13:20:09 +0000 |
commit | d9b2401d909c32eca81c44bf380a3f897e1cbf4e (patch) | |
tree | 1d7a871f8d0cdca54094e4718ae3d359b5d1b4e6 | |
parent | cf5ec3d12bcbd7ead3fd3f35ed94ef31c751e275 (diff) | |
download | postgresql-d9b2401d909c32eca81c44bf380a3f897e1cbf4e.tar.gz postgresql-d9b2401d909c32eca81c44bf380a3f897e1cbf4e.zip |
Just another ecpg todo done.
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -270,7 +270,7 @@ Clients o Add SQLSTATE o fix handling of DB attributes that are arrays o Use backend prepare/execute facility for ecpg where possible - o Make casts work in variable initializations + o -Make casts work in variable initializations o Implement SQLDA (do we really need this?) o Fix nested C comments o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified |