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

Module query macro: support dealing with options and results #1398

Open
cloutiertyler opened this issue Jun 11, 2024 · 1 comment
Open

Module query macro: support dealing with options and results #1398

cloutiertyler opened this issue Jun 11, 2024 · 1 comment
Assignees

Comments

@cloutiertyler
Copy link
Contributor

At a bare minimum, support:

query!(|x: X| x.option_field.is_some())
query!(|x: X| x.option_field.is_none())
query!(|x: X| x.result_field.is_ok())
query!(|x: X| x.result_field.is_err())
@cloutiertyler
Copy link
Contributor Author

Deprioritizing the query macro in favor of the low level multi-column index methods

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

No branches or pull requests

2 participants