Bugfixes:
-
Fix handling of Oracle BFILE columns.
This was totally broken; attempts to select such columns resulted in the error messageORA-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.