-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Pair method doesn't ignore softDeletes #109
Comments
Yes, thanks for reporting. Will fix it |
pickInverse and count also seem to miss it. I haven't tested any other methods yet. |
ids() too |
@thetutlage .query().count() still ignores soft-delete |
You have to call |
Ok cool, will this apply to any of the Database methods? |
Yes, apart from few methods like |
OK great thanks, now I know first thing to try next time I'm seeing deleted records. |
Neither include a where clause for ignore soft deletes
The text was updated successfully, but these errors were encountered: