Skip to content

Conversation

@Michael-A-McMahon
Copy link
Member

@Michael-A-McMahon Michael-A-McMahon commented May 14, 2022

This branch updates the SPI version implemented by Oracle R2DBC. The driver now implements version 1.0.0 of the SPI.

The getColumnNames method is removed from implementations of RowMetadata and OutParametersMetadata. This method was removed in SPI version 1.0.0.

The getUpdateCount method of the Result implementation is modified to return a Publisher of Long. Previous SPI versions had this method return a Publisher of Integer, but in version 1.0.0 it now returns a Publisher of Long.

The Oracle JDBC dependency is also updated to version 21.5, which is the latest version available currently. This is done to ensure Oracle R2DBC is benefiting from the latest fixes and improvements in Oracle JDBC.

@jeandelavarene jeandelavarene merged commit 27d2a32 into main Jun 9, 2022
@jeandelavarene jeandelavarene deleted the 1-0-0-spi branch June 9, 2022 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants