spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

impl: Add @Sql annotation support for R2DBC in Spring tests

Open dev-jonghoonpark opened this issue 10 months ago • 1 comments

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.

dev-jonghoonpark avatar Jan 31 '25 15:01 dev-jonghoonpark

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.

dev-jonghoonpark avatar Feb 18 '25 07:02 dev-jonghoonpark