ORACLE_FDW_0_9_2
版本发布时间: 2013-12-04 23:15:21
laurenz/oracle_fdw最新发布版本:ORACLE_FDW_2_6_0(2023-09-09 01:29:40)
Bugfixes:
-
Fix handling of Oracle BFILE columns. This was totally broken; attempts to select such columns resulted in the error message
ORA-00932: inconsistent datatypes: expected %s got %s
Bug report and patch by Dominique Legendre.
-
Use a serializable transaction in Oracle to make sure that consistent data are retrieved during a rescan.