Skip to content

Explicit errors for invalid queries#41

Merged
danielrothmann merged 3 commits into
mainfrom
bugfix/missing_filter_errors
Feb 2, 2026
Merged

Explicit errors for invalid queries#41
danielrothmann merged 3 commits into
mainfrom
bugfix/missing_filter_errors

Conversation

@danielrothmann
Copy link
Copy Markdown
Member

This PR adds more descriptive errors for when impossible queries are performed. These would previously fail silently and not include entities in the result set. We now error for unsupported comparators in where clauses, unknown entity types in from clause and invalid dates.

Closes #38

@danielrothmann danielrothmann marked this pull request as ready for review February 2, 2026 11:45
@danielrothmann danielrothmann merged commit c32e063 into main Feb 2, 2026
1 check passed
@danielrothmann danielrothmann deleted the bugfix/missing_filter_errors branch February 2, 2026 11:47
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.

Missing errors for invalid query comparisons

1 participant