We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The query macro is still reverting to a full table scan in cases where a multi-column index can be used.
The text was updated successfully, but these errors were encountered:
fix(1009): Multi-column index selection for query macro
a5c4985
Fixes #1009. Looking up a positional FieldName in a Header was broken.
be52a87
fix(1009): Multi-column index selection for query macro (#1012)
fb932b6
joshua-spacetime
Successfully merging a pull request may close this issue.
The query macro is still reverting to a full table scan in cases where a multi-column index can be used.
The text was updated successfully, but these errors were encountered: