You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I'm working with spring-jdbc library. And I wanted to write a query which using an array of strings as conditional parameters.
For this task I was trying to use Types.Array. But in the code I found out that if we're using Types.Array then we are simply missing the logic we want to use.
Maybe I'm wrong, or maybe you've already discovered this defect. But I decided to wrote you about this
Hi, please provide a self-contained reproducer (for example a Spring Boot project with a JUnit test) attached to this issue or a related link to a repository.
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.
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.
Hello, team
Now I'm working with spring-jdbc library. And I wanted to write a query which using an array of strings as conditional parameters.
For this task I was trying to use Types.Array. But in the code I found out that if we're using Types.Array then we are simply missing the logic we want to use.
Maybe I'm wrong, or maybe you've already discovered this defect. But I decided to wrote you about this
https://github.com/spring-projects/spring-framework/blame/02094b258c15e72d7d4c94b58ed4d0b743b6181a/spring-jdbc/src/main/java/org/springframework/jdbc/core/PreparedStatementCreatorFactory.java#L274
The text was updated successfully, but these errors were encountered: