Skip to content

Use unscoped queries#465

Merged
mbrandonw merged 3 commits into
pointfreeco:mainfrom
MrSkwiggs:main
May 26, 2026
Merged

Use unscoped queries#465
mbrandonw merged 3 commits into
pointfreeco:mainfrom
MrSkwiggs:main

Conversation

@MrSkwiggs
Copy link
Copy Markdown
Contributor

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)
Copy link
Copy Markdown
Member

@mbrandonw mbrandonw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @MrSkwiggs !

@mbrandonw mbrandonw merged commit 07f1a69 into pointfreeco:main May 26, 2026
5 checks passed
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.

2 participants