]> granicus.if.org Git - postgresql/commit
Added variable handling for RETURNING clause to ecpg.
authorMichael Meskes <meskes@postgresql.org>
Fri, 4 Jun 2010 10:09:58 +0000 (10:09 +0000)
committerMichael Meskes <meskes@postgresql.org>
Fri, 4 Jun 2010 10:09:58 +0000 (10:09 +0000)
commit98e4005efb1941c6422d6b8fbb5de27004149f7e
tree90aa6e3b71f0c56e1c284f9c4c728daea7d18e2d
parentdcd52a64bd9d3baa252a8bea662b08f7780035a1
Added variable handling for RETURNING clause to ecpg.

While the values were correctly returned they were not moved into C variables
as they should be.

Closes: #5489
src/interfaces/ecpg/preproc/parse.pl
src/interfaces/ecpg/test/expected/sql-insupd.c
src/interfaces/ecpg/test/expected/sql-insupd.stderr
src/interfaces/ecpg/test/expected/sql-insupd.stdout
src/interfaces/ecpg/test/sql/insupd.pgc