Ability to make the ParsedSql class and NamedParameterUtils available from outside
Faced the problem of adding parameters in sql query. The situation is such that we use requests that can change from the configuration file, which leads to the fact that it is not known in advance which parameters can be in it.
solution i'd like
package org.springframework.r2dbc.core
public class ParsedSql {}
package org.springframework.r2dbc.core
public abstract class NamedParameterUtils{}
Or alternatives i've considered A functional for reading such parameters from a string sql query
Comment From: snicoll
@geliotropv thanks for the suggestion but we'd prefer to keep these private as we want to be able to make improvements to the internal if necessary. Rather than asking for a solution, please describe the problem in the form of a small sample that we can run ourselves. You can do so by attaching a zip to this issue or pushing the code to a GitHub repository.
Comment From: spring-projects-issues
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.
Comment From: spring-projects-issues
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.