Skip to content

SPR-16211 - Change getter method visibility of ParsedSql #1597

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 1 commit into from
Closed

Conversation

quaff
Copy link
Contributor

@quaff quaff commented Nov 17, 2017

ParsedSql parsedSql = NamedParameterUtils.parseSqlStatement(sql);
parsedSql.getParameterNames(); //NOT public

ParsedSql parsedSql = NamedParameterUtils.parseSqlStatement(sql);
parsedSql.getParameterNames(); //NOT public
@snicoll
Copy link
Member

snicoll commented Nov 17, 2017

I guess it's not public for a reason. Please create a Jira issue to explain your use case and why you need those methods to be public.

@quaff
Copy link
Contributor Author

quaff commented Nov 18, 2017

I have created https://jira.spring.io/browse/SPR-16211

@snicoll snicoll changed the title Change getter method visibility of ParsedSql SPR-16211 - Change getter method visibility of ParsedSql Nov 18, 2017
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jan 24, 2019
@quaff
Copy link
Contributor Author

quaff commented Jul 31, 2019

Superseded by #23371

@quaff quaff closed this Jul 31, 2019
@snicoll snicoll added status: superseded An issue that has been superseded by another and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jul 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: superseded An issue that has been superseded by another
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants