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
SELECT COUNT(\"mentions\".\"issue_id\") AS \"unit_mention_count\" FROM \"mentions\" WHERE ((\"unit_id\" = 3) AND (\"read\" IS FALSE) AND NOT (1 = ANY(\"mentions\".\"user_ids\")))
Describe the bug
It I try to use the projection dsl in combination with #exlude...
...I get the following error:
Expected behavior
Workaround
Overwrite #exclude at relation
WDYT? I could provide a PR.
The text was updated successfully, but these errors were encountered: