Cam Saul

Results 227 comments of Cam Saul

Out of date, closing in favor of #61485

Failing test ```clj (deftest ^:parallel build-query-dont-add-delete-from-when-query-contains-delete-test (testing "Workaround for https://github.com/camsaul/toucan2/issues/202" (is (= {:delete [:field] :from [[:metabase_field :field]] :left-join [[:metabase_table :table] [:= :field.table_id :table.id]] :where [:= :table.db_id [:inline 0]]} (t2/build (t2/delete!...

Hi, what MySQL or MariaDB JDBC driver are you using?

Failing test ```clj (deftest ^:parallel build-before-delete-query-test (testing "before-delete's select query should remove `:delete`/`:delete-from` (workaround for https://github.com/camsaul/toucan2/issues/203)" (is (= {:select [:*], :from [[:metabase_field :field]], :where [:= :field.id 0]} (t2/build (t2/select :model/Field...

Fixed by #65987 This fix shipped in 57.4; the current latest release is 57.6 so please upgrade

This seems to work fine on `master`, probably on 56 as well... altho I just used the sample dataset and joined the same table twice with two different columns. @etoulas...

Well, you can't bucket a Date by minute, since dates don't have minutes. Fair enough, right?