Skip to content

Conversation

dev-jonghoonpark
Copy link

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.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jan 31, 2025
Signed-off-by: dev-jonghoonpark <dev@jonghoonpark.com>
@dev-jonghoonpark dev-jonghoonpark force-pushed the spring-test-sql-annotation-with-r2dbc branch from 4bb0f04 to 420cab8 Compare February 2, 2025 16:12
@rstoyanchev rstoyanchev added in: data Issues in data modules (jdbc, orm, oxm, tx) in: test Issues in the test module labels Feb 3, 2025
@snicoll snicoll removed the in: data Issues in data modules (jdbc, orm, oxm, tx) label Feb 4, 2025
@dev-jonghoonpark
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: test Issues in the test module status: waiting-for-triage An issue we've not yet triaged or decided on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make @Sql work with R2DBC where no DataSource available
5 participants