github Living-Mainframe/db2_fdw 18.0.0

latest releases: 18.0.1, 18.0.0-fix
17 hours ago

What's New

Some datatype mappings (bold) have been changed.

SQL Datatype PG Datatype
SQL_CHAR character
SQL_VARCHAR character varying
SQL_LONGVARCHAR text
SQL_BLOB bytea
SQL_DBCLOB text
SQL_CLOB text
SQL_GRAPHIC text
SQL_VARGRAPHIC text
SQL_LONGVARGRAPHIC bytea
SQL_BOOLEAN boolean
SQL_INTEGER integer
SQL_SMALLINT smallint
SQL_BIGINT bigint
SQL_NUMERIC numeric
SQL_DECIMAL decimal
SQL_REAL real
SQL_DOUBLE double precision
SQL_FLOAT float
SQL_DECFLOAT float
SQL_TYPE_DATE date
SQL_TYPE_TIME time
SQL_TYPE_TIMESTAMP timestamp
SQL_TYPE_TIMESTAMP_WITH_TIMEZONE timestamp with time zone
SQL_XML xml
SQL_BINARY bytea
SQL_VARBINARY bytea
SQL_LONGVARBINARY bytea

The version number now indicates up to which version of PostgreSQL is supported. Currently the code has been built and tested with PostgreSQL 16, 17 and 18, assuming it will also work with earlier versions of PostgreSQL.

What's Changed

New Contributors

Full Changelog: 17.0.0...18.0.0

Don't miss a new db2_fdw release

NewReleases is sending notifications on new releases.