Here's my next patch to bring ecpg to version 1.1. It now correctly
Bruce Momjian <bruce@momjian.us>
Here's my next patch to bring ecpg to version 1.1. It now correctly handles all transaction commands and the exec sql include command. Michael Meskes
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +15 −0 |
| src/interfaces/ecpg/include/ecpglib.h | modified | +14 −2 |
| src/interfaces/ecpg/include/ecpgtype.h | modified | +8 −0 |
| src/interfaces/ecpg/include/sqlca.h | modified | +9 −0 |
| src/interfaces/ecpg/lib/ecpglib.c | modified | +12 −17 |
| src/interfaces/ecpg/lib/Makefile.in | modified | +1 −1 |
| src/interfaces/ecpg/preproc/ecpg.c | modified | +64 −35 |
| src/interfaces/ecpg/preproc/extern.h | modified | +5 −0 |
| src/interfaces/ecpg/preproc/Makefile | modified | +4 −2 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +96 −3 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +36 −23 |
| src/interfaces/ecpg/test/perftest.pgc | modified | +1 −2 |
| src/interfaces/ecpg/test/test2.pgc | modified | +1 −4 |
| src/interfaces/ecpg/TODO | modified | +4 −1 |