Skip to content

Simplify GetInterruptedFunctions to be parameterless#124

Merged
stidsborg merged 1 commit into
mainfrom
simplify-get-interrupted-functions
Apr 5, 2026
Merged

Simplify GetInterruptedFunctions to be parameterless#124
stidsborg merged 1 commit into
mainfrom
simplify-get-interrupted-functions

Conversation

@stidsborg
Copy link
Copy Markdown
Owner

Summary

  • Remove IEnumerable<StoredId> parameter from GetInterruptedFunctions, making it return all interrupted functions
  • Add conditional/partial indexes on the interrupted column for SQL Server, PostgreSQL, and MariaDB
  • Update all implementations, wrappers, and tests accordingly

Test plan

  • Run in-memory store tests
  • Run PostgreSQL store tests
  • Run SQL Server store tests
  • Run MariaDB store tests

🤖 Generated with Claude Code

…ted index

Remove the IEnumerable<StoredId> parameter from GetInterruptedFunctions,
returning all interrupted functions instead of filtering by provided IDs.
Add conditional/partial indexes on the interrupted column for all database stores.
@stidsborg stidsborg merged commit e7c892b into main Apr 5, 2026
8 checks passed
@stidsborg stidsborg deleted the simplify-get-interrupted-functions branch April 5, 2026 07:51
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