- Fixed bug in adjust_informix that treated arrays as simple variables.
Michael Meskes <meskes@postgresql.org>
- Fixed bug in adjust_informix that treated arrays as simple variables. - Synced parser again. - Synced lexer.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +7 −0 |
| src/interfaces/ecpg/ecpglib/data.c | modified | +2 −2 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +2 −2 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +63 −12 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +52 −37 |