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

Support long, DateTime, and DateTimeOffset criteria in filter expressions #101

Merged

Conversation

sbarnes-ellenbytech
Copy link
Contributor

What kind of change does this PR introduce?

Expands the C# data types supported in filter expression criteria to include long, DateTime, and DateTimeOffset.

What is the current behavior?

An "unknown criterion type" exception occurs.

What is the new behavior?

The filter works similarly to LINQ expressions, using the existing low-level filter logic.

Additional context

@grdsdev grdsdev force-pushed the filter-enhancements branch from a6462e4 to d7ad0f1 Compare February 3, 2025 13:35
@grdsdev grdsdev merged commit 2113afd into supabase-community:master Feb 3, 2025
1 check 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