ORACLE_FDW_0_9_10
版本发布时间: 2013-12-24 16:16:32
laurenz/oracle_fdw最新发布版本:ORACLE_FDW_2_6_0(2023-09-09 01:29:40)
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.