Skip to content

Issue #1110 - SqlIdentifier has redundant getReference(IdentifierProcessing) method #1457

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

Closed
wants to merge 4 commits into from

Conversation

kurtn718
Copy link
Contributor

Change to deprecate redundant getReference(IdentifierProcessing) method.

I split out the commits to make this change easier to review.

The first commit after the branch preparation outlines the changes to actual implementation. Second commit is Unit Tests supporting change, and third commit is change/eliminate all usages of the deprecated API.

I fixed the implementation of the deprecated method to actually use the IdentifierProcessing parameter. If we want to leave the implementation unchanged, please let me know.

Will squash commits after making any other needed changes.

The method also fixed the bug of this method not honoring the IdentifierProcessing parameter, so the functionality is now identical to the toSql(IdentifierProcessing) method.

Closes spring-projects#1110
…es of getReference(identifierProcessing) as it did not do identifier processing, we call the getReference() method which does not do any.
@kurtn718 kurtn718 requested a review from schauder March 20, 2023 22:45
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 20, 2023
@kurtn718
Copy link
Contributor Author

Just realized I pushed this branch onto my fork. Declining PR and re-opening it.

@kurtn718 kurtn718 closed this Mar 21, 2023
@kurtn718
Copy link
Contributor Author

Re-opened PR with correct branch: #1458

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

Successfully merging this pull request may close these issues.

2 participants