Added variable handling for RETURNING clause to ecpg.
Michael Meskes <meskes@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/preproc/parse.pl | modified | +2 −1 |
| src/interfaces/ecpg/test/expected/sql-insupd.c | modified | +12 −7 |
| src/interfaces/ecpg/test/expected/sql-insupd.stderr | modified | +12 −4 |
| src/interfaces/ecpg/test/expected/sql-insupd.stdout | modified | +2 −0 |
| src/interfaces/ecpg/test/sql/insupd.pgc | modified | +4 −3 |