- Fixed variable handling in AT statement.
Michael Meskes <meskes@postgresql.org>
- Fixed variable handling in AT statement.
- Fixed bug that caused segfault when given incorrect DB name.
- Fixed bug in ecpglib causing indicator to list the size of the
variable instead of the size of the data.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +7 −0 |
| src/interfaces/ecpg/lib/connect.c | modified | +5 −1 |
| src/interfaces/ecpg/lib/data.c | modified | +9 −9 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +17 −7 |
| src/interfaces/ecpg/test/test1.pgc | modified | +3 −2 |