Skip to content

Use unscoped queries#465

Open
MrSkwiggs wants to merge 3 commits into
pointfreeco:mainfrom
MrSkwiggs:main
Open

Use unscoped queries#465
MrSkwiggs wants to merge 3 commits into
pointfreeco:mainfrom
MrSkwiggs:main

Conversation

@MrSkwiggs
Copy link
Copy Markdown

This fixes scenarios where a changed item would not show up in the list of changes due to to their default scope filtering them out (i.e soft-deleted)

Changes

  • Updated all relevant queries to use T.unscoped instead of just T when performing read, delete, select, and find operations, ensuring that queries are not unintentionally limited by any default scopes. [1] [2] [3] [4] [5] [6] [7]

MrSkwiggs added 3 commits May 25, 2026 17:08
This fixes scenarios where a changed item would not show up in the
list of changes due to to their default scope filtering them out (i.e
soft-deleted)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant