This one cleans the cursor problems ecpg had so far. It is now able
Bruce Momjian <bruce@momjian.us>
This one cleans the cursor problems ecpg had so far. It is now able to understand cursors with variables. Michael
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +7 −0 |
| src/interfaces/ecpg/include/ecpglib.h | modified | +0 −3 |
| src/interfaces/ecpg/lib/ecpglib.c | modified | +225 −201 |
| src/interfaces/ecpg/lib/Makefile.in | modified | +1 −1 |
| src/interfaces/ecpg/preproc/ecpg.c | modified | +19 −0 |
| src/interfaces/ecpg/preproc/extern.h | modified | +18 −0 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +56 −17 |
| src/interfaces/ecpg/test/Makefile | modified | +1 −1 |
| src/interfaces/ecpg/test/test2.pgc | modified | +5 −5 |
| src/interfaces/ecpg/TODO | modified | +1 −3 |