-
Notifications
You must be signed in to change notification settings - Fork 100
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
Config.withDeleted is not working #973
Comments
have you reviewed the generated SQL query? |
sure, i have reviewed the generated SQL query.
And I moved the call point of queryBuilder and also share the result. I will make a pull request, please check.
|
egg-
added a commit
to egg-/nestjs-paginate
that referenced
this issue
Sep 10, 2024
egg-
added a commit
to egg-/nestjs-paginate
that referenced
this issue
Sep 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I tried to retrieve soft-deleted data by setting the
withDeleted: true
value to true, but the desired result did not come out.The text was updated successfully, but these errors were encountered: