Skip to content
New issue

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

Use R2DBC-SPI 1.0 #11

Open
hfhbd opened this issue Dec 3, 2023 · 0 comments
Open

Use R2DBC-SPI 1.0 #11

hfhbd opened this issue Dec 3, 2023 · 0 comments

Comments

@hfhbd
Copy link

hfhbd commented Dec 3, 2023

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():

java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long
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

No branches or pull requests

1 participant