Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Nov 17, 2023
  2. Nov 15, 2023
  3. Nov 14, 2023
  4. Nov 13, 2023
  5. Nov 10, 2023
  6. Nov 08, 2023
  7. Nov 07, 2023
  8. Nov 06, 2023
  9. Nov 01, 2023
  10. Oct 31, 2023
  11. Oct 30, 2023
    • lbrdnk's avatar
      Add `prettify-native-form` driver multimethod and refactor `mdb.query/format-sql` (#34991) · e6fd2ed2
      lbrdnk authored
      * Add multimethod to pretty-format native form
      
      `driver/prettify-native-form` is added. It is added to `driver`
      namespace, even though at the time of writing there is no need
      to pretty format nosql, eg. mongo, but this way branchings,
      as present in `dataset/native`, or rather `mbql.query/format-sql`
      can be avoided.
      
      * Move and update `mdb.query/format-sql`
      
      * Add `prettify-native-form` sql implementation
      
      * Refactor endpoint `/dataset/native`
      
      * Update docstring in `prettify-native-form`
      
      `prettify-native-form`has now docstring explaining its relationship
      to `sql.u/format-sql`.
      
      * Update tests
      
      * Refactor references in sql-jdbc code
      
      * Implement `prettify-native-form`in drivers
      
      - sqlserver
      - oracle
      - bigquery-cloud-sdk
      
      * Update test format-sql references
      
      * Refactor modules use of format-sql
      
      * Correct whitespace
      
      * Correct whitespace for bigquery
      
      * Update test
      
      Make `nonsql-dialects-return-original-query-test` run only for mongo
      as it now requires initialized mongo driver - mongo paths on class path.
      
      * Update docstring (review suggestions)
      
      For `prettify-native-form`.
      
      * Update docstring (review suggestion)
      
      For `mdb.query/format-sql`.
      
      * Whitespace (review suggestions)
      
      * Update docs (review suggestions)
      Unverified
      e6fd2ed2
    • Luis Paolini's avatar
    • Tim Macdonald's avatar
      Add ::offset-datetime support for CSV uploads (#34826) · 502ad0cd
      Tim Macdonald authored
      * varchar_255 -> varchar-255
      
      * Add ::offset-datetime support for CSV uploads
      
      * Use appropriate TZ logic for MySQL
      
      * Now with more whitespace tolerance
      
      * Handle OffsetDateTimes properly in MySQL export
      
      * Make MySQL handle 0-offset datetimes
      
      * Fix OffsetDateTimes for MariaDB uploads
      Unverified
      502ad0cd
  12. Oct 26, 2023
  13. Oct 25, 2023
  14. Oct 20, 2023
  15. Oct 19, 2023
  16. Oct 17, 2023
  17. Oct 16, 2023
Loading