Skip to content

Instantly share code, notes, and snippets.

@igrishaev
Created May 9, 2024 08:09
Show Gist options
  • Save igrishaev/85a9fab32b541144c8e51758b91d1b76 to your computer and use it in GitHub Desktop.
Save igrishaev/85a9fab32b541144c8e51758b91d1b76 to your computer and use it in GitHub Desktop.
(honey.sql/register-fn!
:pg-cast
(fn [_ [expr type]]
(let [[sql & params]
(sql/format-expr expr)]
[(cc/format "(%s)::%s" sql (name type))])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment