-
- Downloads
Implement `:bulk/create` action for SQL JDBC. Tons of bug fixes (#23878)
* Actions multimethod refactor. * Fix function called with wrong number of args * Test fixes * Bulk create action (second pass) * Appease clj-kondo * Fix bulk insert happy path * Implement/fix everything * Linter and test fixes* Fix bad metadata (thanks Eastwood!) * Add some comments about why we're doing what we're doing * Serdes v2 for Native Query Snippets (#23961) Also standardizes date/time output to `ZonedDateTime`, rather than whatever the JDBC happens to return. Co-authored-by: Braden Shepherdson <Braden.Shepherdson@gmail.com>
Showing
- test/metabase/test/data/dataset_definitions/test-data.edn 2 additions, 1 deletiontest/metabase/test/data/dataset_definitions/test-data.edn
- test/metabase/test/data/interface.clj 5 additions, 0 deletionstest/metabase/test/data/interface.clj
- test/metabase/test/data/sql.clj 28 additions, 23 deletionstest/metabase/test/data/sql.clj
- test/metabase/test/data/sql/ddl.clj 4 additions, 5 deletionstest/metabase/test/data/sql/ddl.clj
- test/metabase/test/generate.clj 4 additions, 0 deletionstest/metabase/test/generate.clj
Loading
Please register or sign in to comment