Oracle R2DBC v0.3.0
Pre-release
Pre-release
This release of Oracle R2DBC updates to the 0.9.0.M2 SPI.
The 0.9.0.M2 SPI update introduces support for consuming a Result
as a stream of Segment
objects, configuring statement execution timeouts, and managing pooled Connection
s with the LifeCycle
interface.
The 0.3.0 release updates the Oracle JDBC dependency to 21.3. The 21.3 release introduces several improvements for the Reactive Extensions:
- Substantial reduction in object allocation costs.
- Row mapping functions will no longer contend with other threads for access to the JDBC connection.
- Blocking database calls are no longer required for PreparedStatements returning values generated by DML.