Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jan 03, 2023
    • Cal Herries's avatar
      datetime-diff function for athena (#27205) · ae59ec81
      Cal Herries authored
      * Add datetime-diff implementation for athena
      
      * Don't run some tests for drivers not supporting timestamptz
      
      * Fix for date types
      
      * Use date-trunc helper
      
      * Add comment about Athena's timestamp with time zone type
      
      * Add datetime-diff-time-zones-athena-test
      
      * Fix typo
      
      * Fix typo
      
      * Rewrite comment
      
      * Tidying
      
      * Add athena-datetime-diff-mixed-types-test
      
      * Fix typo
      
      * Adjust comments + formatting
      
      * Adjust comments
      
      * Format SQL query
      
      * Align requires
      Unverified
      ae59ec81
    • Cal Herries's avatar
      datetime-diff function for SQLite (#27076) · ff2934bf
      Cal Herries authored
      * Add sqlite datetime-diff
      
      * Refactor sqlite
      
      * Exclude sqlite from datetime-diff-type-test
      
      * Fix sqlite temporal fields losing type info on sql.qp->honeysql
      
      * Leave the default impl for sql.qp/date
      Unverified
      ff2934bf
    • Cal Herries's avatar
      datetime-diff function for Oracle (#27196) · 3779a169
      Cal Herries authored
      * Add oracle datetime-diff
      
      * Remove duplicate method impls
      
      * Remove unused require
      Unverified
      3779a169
  2. Dec 31, 2022
  3. Dec 29, 2022
  4. Dec 28, 2022
  5. Dec 27, 2022
  6. Dec 26, 2022
  7. Dec 25, 2022
  8. Dec 24, 2022
  9. Dec 23, 2022
Loading