Changelog for Oracle Database Driver¶
v0.6.0 (prerelease)¶
New features:
Support querying and ingesting interval types (INTERVAL YEAR TO MONTH, INTERVAL DAY TO SECOND)
Support retrieving the value of OUT bind parameters as columns of the result set
Add a new option,
redo.query.unbounded_number_type, to control the Arrow type of NUMBER types without a precision/scaleSupport querying and ingesting SDO_GEOMETRY columns, which are mapped to arrays with the GeoArrow extension types
Fixes:
Retrieve the result of
DBMS_SQL.RETURN_RESULTAllow setting various options on initial connection
Notes:
The default execution mode will become
batchin the next minor version (v0.7.0) and therowoption will be removed the following minor version (v0.8.0).
v0.5.1 (2026-03-11)¶
New features:
Support REAL and DOUBLE PRECISION types when the latest Oracle Instant Client is used.
Fixes:
Don’t use the
DBA_PDBSview in GetObjects, which requires more permissions.
v0.4.4 (2026-02-11)¶
Initial release