Closed seancorfield closed 2 months ago
:set
update
(sql/format {:select [:x [:y :d] [:%z.e] [:%z.f :g]]})
[]
%z.e
(param x)
:params
set-dialect!
:set
-- not immediately obvious there's a connection toupdate
!~(sql/format {:select [:x [:y :d] [:%z.e] [:%z.f :g]]})
-- don't need[]
on%z.e
here~(param x)
doesn't work (symbolic form), nor does:params
with symbols -- both should~ -- see #543set-dialect!
-- example or link!~