-
- Downloads
Group-by fix for JSON columns. (#21741)
Group-bys didn't work because you need two instances of the field and you couldn't have two instances of the field be considered by the postgres backend as the same. Ported over the BigQuery fix to this to apply to JSON columns as well.
Showing
- modules/drivers/bigquery-cloud-sdk/src/metabase/driver/bigquery_cloud_sdk/query_processor.clj 3 additions, 22 deletions...rc/metabase/driver/bigquery_cloud_sdk/query_processor.clj
- src/metabase/driver/postgres.clj 50 additions, 3 deletionssrc/metabase/driver/postgres.clj
- src/metabase/driver/sql/query_processor.clj 21 additions, 0 deletionssrc/metabase/driver/sql/query_processor.clj
- src/metabase/models/field.clj 5 additions, 0 deletionssrc/metabase/models/field.clj
- test/metabase/driver/postgres_test.clj 30 additions, 0 deletionstest/metabase/driver/postgres_test.clj
Please register or sign in to comment