- Issue a warning if a cursor is declared but not opened.
Michael Meskes <meskes@postgresql.org>
- Issue a warning if a cursor is declared but not opened. - Fixed prototype for ECPGprepared_statement to not moan about "const char" - Fixed parsing of nested structures. - Added option to parse header files.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +8 −0 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +3 −3 |
| src/interfaces/ecpg/ecpglib/prepare.c | modified | +2 −2 |
| src/interfaces/ecpg/include/ecpglib.h | modified | +1 −1 |
| src/interfaces/ecpg/preproc/ecpg.c | modified | +39 −11 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +3 −1 |
| src/interfaces/ecpg/preproc/type.c | modified | +5 −1 |
| src/interfaces/ecpg/preproc/type.h | modified | +1 −0 |
| src/interfaces/ecpg/preproc/variable.c | modified | +5 −2 |