1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

- 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?
This commit is contained in:
Michael Meskes
2003-06-29 16:52:58 +00:00
parent 4355d4fb21
commit cf883ea95c
5 changed files with 41 additions and 11 deletions

View File

@@ -1528,6 +1528,11 @@ Thu Jun 26 13:26:13 CEST 2003
Sun Jun 29 11:22:48 CEST 2003
- Just another sync.
- 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?
- Set ecpg version to 3.0.0
- Set ecpg library to 4.0.0
- Set pgtypes library to 1.0.0