ibmdb / java_reactive_driver

IBM Db2 Java Reactive Driver based on R2DBC.
6 stars 1 forks source link

Use R2DBC-SPI 1.0 #11

Open hfhbd opened 10 months ago

hfhbd commented 10 months ago

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 https://github.com/r2dbc/r2dbc-spi/issues/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