Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Derived delete query not support ? #1148

Closed
githubyong opened this issue Jan 28, 2022 · 1 comment
Closed

Derived delete query not support ? #1148

githubyong opened this issue Jan 28, 2022 · 1 comment
Labels
status: waiting-for-triage An issue we've not yet triaged

Comments

@githubyong
Copy link

the sql is query but not delete when i use drived delete query

public interface OperationEventRepository extends PagingAndSortingRepository<OperationeventDO, Integer> {

    void deleteByExamID(int examId);

}

expect sql : sql delete from xx where examid=?
actural sql : sql select * from xx where examid=?
is it a bug ?

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 28, 2022
@schauder
Copy link
Contributor

Duplicate of #771

@schauder schauder marked this as a duplicate of #771 Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

No branches or pull requests

3 participants