Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: introduce support for empty filter queries #58

Merged
merged 2 commits into from
Dec 22, 2024

Conversation

GDownes
Copy link
Contributor

@GDownes GDownes commented Dec 22, 2024

feature: introduce support for empty filter queries

  • Added an empty() method in comparison.ts to allow queries with no filter expressions.
  • Updated dynamo-querier.ts to handle scenarios where filter is empty.
  • Added a test case to validate behavior when no filter is applied.

Enables easier filter construction

- Added an `empty()` method in `comparison.ts` to allow queries with no filter expressions.
- Updated `dynamo-querier.ts` to handle scenarios where filter is empty.
- Added a test case to validate behavior when no filter is applied.
@GDownes GDownes merged commit 0d58573 into main Dec 22, 2024
3 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.

1 participant