This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-09-10
Channels
- # announcements (9)
- # babashka (19)
- # beginners (39)
- # calva (7)
- # cherry (1)
- # cider (2)
- # clojure (31)
- # clojure-europe (8)
- # clojure-norway (9)
- # datalevin (10)
- # events (2)
- # fulcro (10)
- # hyperfiddle (9)
- # joker (1)
- # lsp (50)
- # membrane (34)
- # minecraft (2)
- # missionary (21)
- # off-topic (17)
- # pedestal (1)
- # polylith (8)
- # reitit (3)
- # sql (4)
- # squint (16)
- # xtdb (14)
So, RTFD a bit, I see that for next.jdbc/execute-batch!
it says:
> Given a PreparedStatement
and a vector containing parameter groups,
> i.e., a vector of vector of parameters
Is it required that param-groups
be a vector of vectors, or is it sufficient that they be a seq of seqs?
I'm AFK until Tuesday but I'd have to either read the source or actually try it out to answer that... So you could just try it, I guess?