spring-framework
spring-framework copied to clipboard
impl: Add @Sql annotation support for R2DBC in Spring tests
related issue: Make @Sql work with R2DBC where no DataSource available #33531
Motivation:
On #33531, We found that Sql annotation could not be used if there was no datasource.
Modification:
Make to allow the use of SQL annotations even when using R2DBC without a DataSource.
Result:
SQL annotations can now be used with R2DBC, even without a DataSource. Close #33531 issue.
For reference, this PR was registered as related to issue #33531. However, issue #33531 was closed as it appears to be a duplicate of #27485.