Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Mar 27, 2020
  2. Mar 25, 2020
  3. Mar 06, 2020
  4. Mar 04, 2020
  5. Feb 25, 2020
  6. Feb 10, 2020
  7. Jan 22, 2020
  8. Jan 17, 2020
  9. Jan 15, 2020
  10. Jan 13, 2020
  11. Jan 10, 2020
    • Cam Saul's avatar
      Fix SQL Server field filters against boolean Fields (#11691) · b6877747
      Cam Saul authored
      * Fix BigQuery driver from Leiningen [ci bigquery] [ci sparksql] (#11650)
      
      * Fix SQL Server field filters against boolean Fields.
      [ci drivers]
      
      * Test fixes for drivers with no TIME data type
      [ci oracle] [ci presto] [ci redshift] [ci snowflake] [ci sparksql]
      
      * Fix boolean field filters for Oracle [ci oracle] [ci sparksql]
      Unverified
      b6877747
  12. Jan 07, 2020
  13. Dec 17, 2019
  14. Dec 16, 2019
  15. Dec 13, 2019
  16. Dec 09, 2019
  17. Dec 03, 2019
  18. Nov 15, 2019
    • Cam Saul's avatar
      B I G timezone improvements :wrench: (#11308) · 852b3482
      Cam Saul authored
      - Differentiate between columns that record timezone info vs ones that are normalized. (i.e., TIMESTAMP WITH TIME ZONE vs. TIMESTAMP WITH LOCAL TIME ZONE in Oracle and other DBs that have this distinction.) Also differentiate between recording offset from UTC and Zone ID.
      
      - New :type/Temporal base type for :type/Date, :type/Time, and :type/DateTime. Previously, :type/Date and :type/Time derived from :type/DateTime which didn't quite make sense.
      
      - Add new attempted-murders dataset to count number of crows spotted. Has same temporal instant in a variety of formats with and without timezone to facilitate writing new tests
      
      - New tests for TIME WITH TIME ZONE columns.
      
      - Fix MySQL behavior for TIMESTAMP columns, which are the equivalent of Oracle TIMESTAMP WITH LOCAL TIME ZONE (i.e., they are normalized to UTC when stored) vs DATETIME (which are Local non-timezone-aware columns).
      Unverified
      852b3482
    • Paul Rosenzweig's avatar
  19. Nov 13, 2019
  20. Nov 08, 2019
  21. Oct 22, 2019
  22. Oct 09, 2019
  23. Oct 07, 2019
  24. Sep 24, 2019
  25. Sep 20, 2019
  26. Sep 17, 2019
  27. Sep 12, 2019
  28. Sep 11, 2019
  29. Aug 28, 2019
Loading