Skip to content
Snippets Groups Projects
Unverified Commit fddd02bd authored by Braden Shepherdson's avatar Braden Shepherdson Committed by GitHub
Browse files

[MBQL lib] Match implicitly joined refs with multiple paths (#49446)

The ref (usually) contains enough information to unambiguously find the
matching implictly-joined column, even if there are several FKs that
could join the target table.

The remaining ambiguous case is if the *same* FK column exists
multiple times - current MBQL uses raw field IDs for the FK field, so it
can't distinguish between eg. an FK in the main table and the one from a
self-join.
parent 13bc2e1b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment