PostgreSQL 12 notes

This topics contains notes about PostgreSQL 12 changes that affect Genero applications.

Desupport of OID columns

Genero BDL 3.20 supports PostgreSQL 12.

Starting with PostgreSQL version 12, the OID columns (similar to Informix ROWID columns) are no longer supported.

If your application is using ROWIDs, you must review the code.

For more details, see ROWID columns.