-
- Downloads
MBQL: fix expressions+joins+multiple columns with same name (#12328)
Fixes incorrect field referencing when using expressions in combination with joins where multiple tables have the field with the same name.
Showing
- backend/mbql/src/metabase/mbql/util.clj 24 additions, 8 deletionsbackend/mbql/src/metabase/mbql/util.clj
- backend/mbql/test/metabase/mbql/util_test.clj 11 additions, 0 deletionsbackend/mbql/test/metabase/mbql/util_test.clj
- src/metabase/driver/sql/query_processor.clj 61 additions, 28 deletionssrc/metabase/driver/sql/query_processor.clj
- test/metabase/query_processor_test/case_test.clj 1 addition, 1 deletiontest/metabase/query_processor_test/case_test.clj
- test/metabase/query_processor_test/expressions_test.clj 59 additions, 9 deletionstest/metabase/query_processor_test/expressions_test.clj
Loading
Please register or sign in to comment