- Made sure Informix style decimal vars are initialized. They use a
Michael Meskes <meskes@postgresql.org>
- Made sure Informix style decimal vars are initialized. They use a fixed amount of digits and not an allocated one. So we have to work around. PostgreSQL numeric type remains the same. - In INFORMIX_SE mode with autcommit set, make all cursors be "with hold". Is this really they way SE behaves?
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +5 −0 |
| src/interfaces/ecpg/include/ecpgtype.h | modified | +1 −0 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +23 −5 |
| src/interfaces/ecpg/test/num_test.pgc | modified | +1 −1 |
| src/interfaces/ecpg/test/test_informix.pgc | modified | +11 −5 |