79082066

Date: 2024-10-12 22:46:54
Score: 0.5
Natty:
Report link

You should be able to solve it by changing method's parameter type from List<String> to String[]:

@Query(nativeQuery = true, value = "SELECT column1 FROM table1 WHERE column1 LIKE ANY(ARRAY[?1])")
List<String> example(String[] valores);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bohdan