You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.IllegalArgumentException: Invalid URL: r2dbc:h2:file///absolute/file/name
at io.r2dbc.spi.ConnectionUrlParser.validate(ConnectionUrlParser.java:67)
at io.r2dbc.spi.ConnectionUrlParser.parseQuery(ConnectionUrlParser.java:81)
at io.r2dbc.spi.ConnectionFactoryOptions.parse(ConnectionFactoryOptions.java:124)
at io.r2dbc.spi.ConnectionFactories.get(ConnectionFactories.java:130)
at org.jooq.testscripts.R2DBC.main(R2DBC.java:23)
Bug Report
Versions
Current Behavior
This code:
Produces this exception
This is either a regression in the SPI (less likely), or a breaking change (more likely), after which the documentation of r2dbc-h2 should be updated:
https://github.com/r2dbc/r2dbc-h2/blob/main/README.adoc
The text was updated successfully, but these errors were encountered: