Releases: psoo/informix_fdw
Releases · psoo/informix_fdw
Informix FDW Release 0.6.2
Informix FDW Release 0.6.1
With this release the following features are available:
The following important user visible fixes were made:
- Fix bug in data type mapping for Informix
BIGSERIAL
- This caused failures like
ERROR: invalid input syntax for type bigint: " "
and data cannot be queried or modified
- This caused failures like
The following code fixes are contained by this release:
- Test negative values for
BIGSERIAL
types
Informix FDW Release 0.6.0
With this release the following features are available:
- Full support for PostgreSQL 16, 15 and 14
The following important user visible fixes were made:
- Fix issues when using foreign tables based on the Informix FDW in prepared statements
- Fix crashes due to improper preparation during planning state
- Fix FDW error when using
IMPORT FOREIGN SCHEMA
and normal queries in the same backend - Allow FDW options
gl_datetime
,gl_date
,client_locale
,db_monetary
anddb_locale
to be specified on database level - Allow FDW options
database
to be specified by user mappings
The following code fixes are contained by this release:
- Improve regression tests to cover trigger and prepare statements
- New testing framework based on docker/podman
- Various internal code fixes
- Proper handling of
extra_float_digits
in regression tests