File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -262,17 +262,21 @@ Clients
262262 o Add LISTEN/NOTIFY support to the JDBC driver (Barry)
263263
264264* ECPG
265+ o Docs
265266 o Implement set descriptor, using descriptor
266- o Make casts work in variable initializations
267- o Implement SQLDA
268- o Allow multi-threaded use of SQLCA
269267 o Solve cardinality > 1 for input descriptors / variables
270- o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified
271268 o Improve error handling
272269 o Add a semantic check level, e.g. check if a table really exists
273- o Fix nested C comments
274270 o Add SQLSTATE
275271 o fix handling of DB attributes that are arrays
272+ o Use backend prepare/execute facility for ecpg where possible
273+ o Make casts work in variable initializations
274+ o Implement SQLDA (do we really need this?)
275+ o Fix nested C comments
276+ o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified
277+ o -Allow multi-threaded use of SQLCA
278+ o -Understand structure definitions outside a declare section
279+ o -Allow :var[:index] or :var[<integer>] as cvariable for an array var
276280
277281* Python
278282 o Allow users to register their own types with pg_
You can’t perform that action at this time.
0 commit comments