-
- Downloads
Don't add `:join-alias` to `:field` clauses for fields that came from source query (#19791)
* Don't add `:join-alias` to `:field` clauses for fields that came from source query's source table * Some test fixes* Test fixes * Test fix * Test fix
Showing
- frontend/test/metabase/scenarios/question/reproductions/18502-cannot-join-two-saved-questions-same-table.cy.spec.js 1 addition, 1 deletion...502-cannot-join-two-saved-questions-same-table.cy.spec.js
- src/metabase/query_processor/middleware/resolve_joined_fields.clj 20 additions, 11 deletions...base/query_processor/middleware/resolve_joined_fields.clj
- test/metabase/driver/sql/query_processor_test.clj 6 additions, 5 deletionstest/metabase/driver/sql/query_processor_test.clj
- test/metabase/query_processor/middleware/resolve_joined_fields_test.clj 42 additions, 0 deletions...query_processor/middleware/resolve_joined_fields_test.clj
- test/metabase/query_processor/util/nest_query_test.clj 46 additions, 45 deletionstest/metabase/query_processor/util/nest_query_test.clj
- test/metabase/query_processor_test/explicit_joins_test.clj 26 additions, 2 deletionstest/metabase/query_processor_test/explicit_joins_test.clj
- test/metabase/query_processor_test/expressions_test.clj 5 additions, 3 deletionstest/metabase/query_processor_test/expressions_test.clj
Please register or sign in to comment