Fix alias of LHS from join (#33103)
Porting fix alias of joined column LHS of standard join conditions (#32987) * Check if the LHS has the alias of the current join before stripping its alias. * Remove dependent joins when removing a join
Showing
- src/metabase/lib/join.cljc 5 additions, 5 deletionssrc/metabase/lib/join.cljc
- src/metabase/lib/remove_replace.cljc 25 additions, 14 deletionssrc/metabase/lib/remove_replace.cljc
- test/metabase/lib/join_test.cljc 48 additions, 10 deletionstest/metabase/lib/join_test.cljc
- test/metabase/lib/remove_replace_test.cljc 20 additions, 0 deletionstest/metabase/lib/remove_replace_test.cljc
Loading
Please register or sign in to comment