-
- Downloads
Add test for ordering when nils are present (#17914)
Add test for ordering when nils are present Adding test to ensure that we can handle a column containing nils in an ORDER BY clause Adding `format-name` override for `bigquery-cloud-sdk` to convert dash to underscore in test table names Adding comment showing IDs of each row in the daily-bird-counts.edn file Format last column as int to make Oracle happy Add impls for `presto` and `presto-jdbc` `sorts-nil-first?` as false Make the `sorts-nil-first?` multimethod accept a base type in order to return an answer Vertica, at least, has a different answer for different types; see: https://www.vertica.com/docs/9.2.x/HTML/Content/Authoring/AnalyzingData/Optimizations/NULLPlacementByAnalyticFunctions.htm#2 Updating Vertica implementation to consider the `base-type` as per its documentation Updating all invocations of `sorts-nil-first?` in tests to pass the relevant base type
Showing
- enterprise/backend/test/metabase_enterprise/sandbox/query_processor/middleware/row_level_restrictions_test.clj 1 addition, 1 deletion...uery_processor/middleware/row_level_restrictions_test.clj
- modules/drivers/bigquery-cloud-sdk/test/metabase/driver/bigquery_cloud_sdk_test.clj 2 additions, 2 deletions...loud-sdk/test/metabase/driver/bigquery_cloud_sdk_test.clj
- modules/drivers/bigquery-cloud-sdk/test/metabase/test/data/bigquery_cloud_sdk.clj 3 additions, 0 deletions...-cloud-sdk/test/metabase/test/data/bigquery_cloud_sdk.clj
- modules/drivers/bigquery/test/metabase/test/data/bigquery.clj 5 additions, 2 deletions...les/drivers/bigquery/test/metabase/test/data/bigquery.clj
- modules/drivers/oracle/test/metabase/test/data/oracle.clj 1 addition, 1 deletionmodules/drivers/oracle/test/metabase/test/data/oracle.clj
- modules/drivers/presto-jdbc/test/metabase/test/data/presto_jdbc.clj 9 additions, 9 deletions...ivers/presto-jdbc/test/metabase/test/data/presto_jdbc.clj
- modules/drivers/presto/test/metabase/test/data/presto.clj 2 additions, 0 deletionsmodules/drivers/presto/test/metabase/test/data/presto.clj
- modules/drivers/snowflake/test/metabase/test/data/snowflake.clj 1 addition, 1 deletion...s/drivers/snowflake/test/metabase/test/data/snowflake.clj
- modules/drivers/vertica/test/metabase/test/data/vertica.clj 5 additions, 1 deletionmodules/drivers/vertica/test/metabase/test/data/vertica.clj
- test/metabase/query_processor/pivot_test.clj 27 additions, 27 deletionstest/metabase/query_processor/pivot_test.clj
- test/metabase/query_processor_test/explicit_joins_test.clj 2 additions, 2 deletionstest/metabase/query_processor_test/explicit_joins_test.clj
- test/metabase/query_processor_test/filter_test.clj 19 additions, 0 deletionstest/metabase/query_processor_test/filter_test.clj
- test/metabase/query_processor_test/nested_queries_test.clj 1 addition, 1 deletiontest/metabase/query_processor_test/nested_queries_test.clj
- test/metabase/test/data/dataset_definitions/daily-bird-counts.edn 30 additions, 30 deletions...abase/test/data/dataset_definitions/daily-bird-counts.edn
- test/metabase/test/data/interface.clj 6 additions, 3 deletionstest/metabase/test/data/interface.clj
- test/metabase/test/data/postgres.clj 1 addition, 1 deletiontest/metabase/test/data/postgres.clj
Loading
Please register or sign in to comment