-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Ensure Index.Walk fetches matching foreign keys only
This commit breaks other tests, so it is unclear if the `Influx.Walk` function is intended to match by prefix. If so, it would suggest code documentation clarifying `Index.Walk` is a prefix match. Additionally, a new `Index.WalkExact` function that performs an exact match by the `foreignKey` argument. Closes #20096
- Loading branch information
1 parent
668db04
commit 4f9c07c
Showing
5 changed files
with
385 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.