github laurenz/oracle_fdw ORACLE_FDW_0_9_10
Release 0.9.10

pre-release10 years ago

Enhancements:

  • Add support for INSERT, DELETE and UPDATE.
    This is a major rewrite that might cause some destabilization in existing functionality.
  • Add new column option “key” to indicate primary key columns.
    This is needed for UPDATE and DELETE.
  • Add new table option “readonly” to forbid data modifying statements.
  • Improved transaction handling for data modifying statements.
    COMMIT, ROLLBACK and SAVEPOINT will work as expected.
  • Add paths for Oracle 12.1 to the Makefile.
    Patch by Guillaume Lelarge.

Bugfixes:

  • Don't try to push down the division operator.
    That would produce incorrect results for numeric data types.

Don't miss a new oracle_fdw release

NewReleases is sending notifications on new releases.