Spring Projects Issues
Spring Projects Issues
**[rod2j](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49612)** commented Created a sample project on github to recreate the issue: [data-jdbc-issue-551](https://github.com/rod2j/data-jdbc-issue-551) When it executes this statement: ```java long nbDeletedFR = repo.deleteByNameAndCountryCode("Grenoble", "FR"); ``` The following exception is thrown: ...
**[Dimo Velev](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49578)** commented I also failed to get deletes to work so worked around that with custom sqls
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** commented Thanks for reporting the issue. Derived delete queries are not yet supported
**[rod2j](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49612)** commented Thanks for the information Mark. What about adding a dedicated table in JDBC repositories chapter about which features of spring data common are not implemented? Because of the...
**[lseeker](https://jira.spring.io/secure/ViewProfile.jspa?name=lseeker)** commented I submitted PR. https://github.com/spring-projects/spring-data-jdbc/pull/230
**[Rob Maskell](https://jira.spring.io/secure/ViewProfile.jspa?name=robmaskell)** commented I tried a derived delete query with a void return type and this exception was thrown ```java org.springframework.data.mapping.model.MappingInstantiationException: Failed to instantiate void using constructor NO_CONSTRUCTOR with arguments...
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...
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...
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...
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...