Skip to content

Commit

Permalink
Fix fall through case
Browse files Browse the repository at this point in the history
  • Loading branch information
crisptrutski committed Aug 20, 2024
1 parent 6d706f3 commit dda9967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metabase/driver/clickhouse.clj
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
java.time.LocalDate (.setObject ps idx v)
java.time.LocalDateTime (.setObject ps idx v)
java.time.OffsetDateTime (.setObject ps idx v)
(.setString ps idx v)))
(.setString ps idx (.toString v))))
(.addBatch ps)))
(doall (.executeBatch ps))))))))

Expand Down

0 comments on commit dda9967

Please sign in to comment.