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

Add support for Oracle bind marker scheme using R2DBC #26680

Merged
merged 2 commits into from
Mar 15, 2021

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Mar 15, 2021

We now support Oracle's bind marker scheme that identifies dynamic parameters using names that are prefixed with a colon such as :P0_myparam.

mp911de added 2 commits March 15, 2021 10:58
We now support Oracle's bind marker scheme that identifies dynamic parameters using names that are prefixed with a colon such as :P0_myparam.
Reorder map of known BindMarkersFactory implementations. Add unit tests.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Mar 15, 2021
@sbrannen sbrannen added in: data Issues in data modules (jdbc, orm, oxm, tx) type: enhancement A general enhancement labels Mar 15, 2021
@sbrannen sbrannen added this to the 5.3.5 milestone Mar 15, 2021
@sbrannen sbrannen self-assigned this Mar 15, 2021
@sbrannen sbrannen removed the status: waiting-for-triage An issue we've not yet triaged or decided on label Mar 15, 2021
@sbrannen sbrannen merged commit 0eaf6d1 into spring-projects:master Mar 15, 2021
@sbrannen
Copy link
Member

This has been merged into master.

Thanks

@mp911de mp911de deleted the oracle-r2dbc-bind-markers branch March 15, 2021 12:42
This was referenced Mar 17, 2021
lxbzmy pushed a commit to lxbzmy/spring-framework that referenced this pull request Mar 26, 2022
We now support Oracle's bind marker scheme that identifies dynamic
parameters using names that are prefixed with a colon such as
`:P0_myparam`.

Closes spring-projectsgh-26680
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) type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants