- Enable FETCH without INTO.
Michael Meskes <meskes@postgresql.org>
- Enable FETCH without INTO. - Compatibility functions for INFORMIX handling of DECLARE statement.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +5 −0 |
| src/interfaces/ecpg/compatlib/informix.c | modified | +55 −0 |
| src/interfaces/ecpg/ecpglib/connect.c | modified | +2 −17 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +2 −2 |
| src/interfaces/ecpg/include/ecpg_informix.h | modified | +5 −1 |
| src/interfaces/ecpg/include/ecpglib.h | modified | +0 −1 |
| src/interfaces/ecpg/preproc/ecpg.c | modified | +4 −1 |
| src/interfaces/ecpg/preproc/extern.h | modified | +2 −1 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +45 −4 |
| src/interfaces/ecpg/test/test2.pgc | modified | +3 −3 |