Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Oct 24, 2024
  2. Oct 23, 2024
  3. Oct 22, 2024
  4. Oct 21, 2024
    • adam-james's avatar
      Fix a Couple bugs related to pivot exports (#48867) · 290845ef
      adam-james authored
      * Fix a Couple bugs related to pivot exports
      
       - pivot-grouping value, when not an int (in the case of Oracle dbs), would cause exports to contain zero rows. This
       fixes that
       - json formatted/unformatted for the dataset API endpoints (unsaved questions) was not being used, so all exports
       were formatted
      
      * json and csv use (int group) to check row inclusion
      
      * grouping change fix tests
      
      * json formatted/unformatted test
      
      * xlsx formatters are correct when pivot-grouping col is removed
      
      * cljfmt
      
      * fix up failing tests
      
      * fix test
      
      * Update src/metabase/api/dataset.clj
      290845ef
Loading