Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) 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
3 participants