You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Consider the following model for a m2m relationship:
This is the generated query:
I'm trying to query all the users assigned to multiple tasks with:
It results in the
User
field being alwaysnil
becausedeleted_at IS NULL
is never truedeleted_at
uses0001-01-01 00:00:00+00
value as nullTo try it out I tried to remove
deleted_at IS NULL
from the query and it worked as intended.Beta Was this translation helpful? Give feedback.
All reactions