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
Comment From: sdeleuze
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.
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.