Jakob Joachim
Results
2
issues of
Jakob Joachim
```java @Query("RETURN [1 , 2]") List getOneTwo(); ``` Throws an Exception: ``` org.springframework.data.mapping.MappingException: Can't convert result to type java.util.List! ... ``` I changed the return type a bit to find...
bug
### Describe the bug When getting a list of users by IDs it is possible to filter and select further with the use of query paramters (same as the get...
status:waiting-for-triage
type:bug