-
- Downloads
- 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?
Showing
- src/interfaces/ecpg/ChangeLog 5 additions, 0 deletionssrc/interfaces/ecpg/ChangeLog
- src/interfaces/ecpg/include/ecpgtype.h 1 addition, 0 deletionssrc/interfaces/ecpg/include/ecpgtype.h
- src/interfaces/ecpg/preproc/preproc.y 23 additions, 5 deletionssrc/interfaces/ecpg/preproc/preproc.y
- src/interfaces/ecpg/test/num_test.pgc 1 addition, 1 deletionsrc/interfaces/ecpg/test/num_test.pgc
- src/interfaces/ecpg/test/test_informix.pgc 11 additions, 5 deletionssrc/interfaces/ecpg/test/test_informix.pgc
Loading
Please register or sign in to comment