-
- Downloads
Fix support for NUMERIC and BIGNUMERIC types (#17837)
Add parameter handling for BigDecimal that checks whether the value is in range for BIGNUMERIC or BIGDECIMAL and sets accordingly Updating parameter test to hit both these cases Modifying test code/macros to support a with-table semantic for testing the decimal types via a temp table Writing new test to confirm that all numeric types are synced correctly and can be queried for
Showing
- modules/drivers/bigquery-cloud-sdk/src/metabase/driver/bigquery_cloud_sdk.clj 11 additions, 10 deletions...uery-cloud-sdk/src/metabase/driver/bigquery_cloud_sdk.clj
- modules/drivers/bigquery-cloud-sdk/src/metabase/driver/bigquery_cloud_sdk/params.clj 13 additions, 1 deletion...oud-sdk/src/metabase/driver/bigquery_cloud_sdk/params.clj
- modules/drivers/bigquery-cloud-sdk/test/metabase/driver/bigquery_cloud_sdk/params_test.clj 6 additions, 1 deletion...k/test/metabase/driver/bigquery_cloud_sdk/params_test.clj
- modules/drivers/bigquery-cloud-sdk/test/metabase/driver/bigquery_cloud_sdk_test.clj 77 additions, 18 deletions...loud-sdk/test/metabase/driver/bigquery_cloud_sdk_test.clj
Loading
Please register or sign in to comment