Skip to content

Conversation

@lionelfleury
Copy link

  • remove silent LIMIT & add count field in SQL queries
  • allow to fail fast if too many results (no need to iterate until MaxResultLimit constant)
  • add a test for ListExpiredSubscriptions

Fixes interuss#1120

@lionelfleury lionelfleury force-pushed the fix/fail-if-too-many branch 2 times, most recently from 8b21dd4 to 87f7dd9 Compare December 23, 2025 11:32
@lionelfleury
Copy link
Author

This is an alternative approach to #12.
It would allow to fail fast if too many results is a more common behavior (putting load on backend to compute result count).

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.

[store] Result list is silently limited to 10000 items

1 participant