Add @Sql equivalent support to R2DBC #27485
Labels
in: test
Issues in the test module
status: superseded
An issue that has been superseded by another
type: enhancement
A general enhancement
@Sql
annotation is from jdbc package (org.springframework.test.context.jdbc
). Could you please make it more general (from jdbc & r2dbc perspective) so that one can do like this:Right now it gives this exception:
At the moment one of the workarounds is manual script execution: https://stackoverflow.com/a/64118434/4456087
The text was updated successfully, but these errors were encountered: