We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. The error occurs in v1.1.0 but not in v1.0.0.
I guess we need to check if the protocol is empty here. https://github.com/oracle/oracle-r2dbc/blob/1.1.0/src/main/java/oracle/r2dbc/impl/OracleReactiveJdbcAdapter.java#L407
protocol
In some cases, r2dbc-pool sets an empty string to the ConnectionFactoryOptions.PROTOCOL option. https://github.com/r2dbc/r2dbc-pool/blob/v1.0.0.RELEASE/src/main/java/io/r2dbc/pool/PoolingConnectionFactoryProvider.java#L180
ConnectionFactoryOptions.PROTOCOL
The text was updated successfully, but these errors were encountered:
Thanks for finding this. The driver should be treating an empty string as if the protocol was not set. I'll have a fix for this soon.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi. The error occurs in v1.1.0 but not in v1.0.0.
I guess we need to check if the
protocol
is empty here.https://github.com/oracle/oracle-r2dbc/blob/1.1.0/src/main/java/oracle/r2dbc/impl/OracleReactiveJdbcAdapter.java#L407
In some cases, r2dbc-pool sets an empty string to the
ConnectionFactoryOptions.PROTOCOL
option.https://github.com/r2dbc/r2dbc-pool/blob/v1.0.0.RELEASE/src/main/java/io/r2dbc/pool/PoolingConnectionFactoryProvider.java#L180
The text was updated successfully, but these errors were encountered: