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
This driver currently depends on R2DBC 0.8.1 which is not compatible with 1.0: https://github.com/r2dbc/r2dbc-spi/releases/tag/v1.0.0.RELEASE, mostly due to r2dbc/r2dbc-spi#255.
Otherwise, you get a Class Cast Exception when using a library depending on R2DBC 1.0 and uses result.getRowsUpdated():
result.getRowsUpdated()
java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This driver currently depends on R2DBC 0.8.1 which is not compatible with 1.0: https://github.com/r2dbc/r2dbc-spi/releases/tag/v1.0.0.RELEASE, mostly due to r2dbc/r2dbc-spi#255.
Otherwise, you get a Class Cast Exception when using a library depending on R2DBC 1.0 and uses
result.getRowsUpdated()
:The text was updated successfully, but these errors were encountered: