Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Oct 22, 2020
  2. Oct 21, 2020
  3. Oct 20, 2020
    • Robert Roland's avatar
      Reduce log noise (#13544) · bc3abed1
      Robert Roland authored
      Switching the automagic dashboard messaging from info to debug to reduce
      logging - these log messages are multiple lines and detailed.
      Unverified
      bc3abed1
    • Robert Roland's avatar
      Fixing of TIME breakouts in MySQL (#12907) · 2f23e82e
      Robert Roland authored
      * Fixing of TIME breakouts in MySQL
      
      Reworks :hour and :minute breakouts to function on MySQL 5.5+ and
      MariaDB 10.2+
      
      Older versions of MySQL and newer versions of MariaDB do not accept a
      date of 0000-00-00, which date_format was generating. In the cases where
      we're attempting to truncate the date and normalize them all to group by
      hours or minutes, this will cast the TIME to DATETIME, which will make
      it possible to convert it back to the proper type after truncation.
      
      Adds an additional two test cases for grouping on a TIME column (both
      :hour and :minute)
      
      Resolves #12846
      
      [ci mysql]
      
      * Switch to hx/cast instead of a custom cast defn
      
      [ci mysql]
      Unverified
      2f23e82e
    • Paul Rosenzweig's avatar
  4. Oct 19, 2020
  5. Oct 16, 2020
Loading