**[benzen](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49614)** opened **[DATAJDBC-604](https://jira.spring.io/browse/DATAJDBC-604?redirect=false)** and commented Using postgres as a DB Given an Entity named person. Person have an id and a name. Doing the following ``` personRepostory.findByIdIn(anEmptyList); ``` Will result in a postgres exception about badly defined request. I expect spring data jdbc to provide a way to support this kind of usecase --- **Issue Links:** - [DATAJDBC-639](https://jira.spring.io/browse/DATAJDBC-639) Backport [DATAJDBC-604](https://jira.spring.io/browse/DATAJDBC-604) (Support empty IN lists) to 2.0.x branch