This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-24
Channels
- # announcements (3)
- # babashka (47)
- # beginners (40)
- # biff (21)
- # calva (12)
- # cider (2)
- # clj-kondo (31)
- # cljsrn (8)
- # clojure (14)
- # clojure-berlin (2)
- # clojure-conj (1)
- # clojure-dev (24)
- # clojure-europe (84)
- # clojure-italy (8)
- # clojure-nl (1)
- # clojure-spec (1)
- # clojure-sweden (2)
- # clojure-uk (2)
- # clojurescript (34)
- # clr (3)
- # community-development (1)
- # cursive (14)
- # datalevin (8)
- # datomic (5)
- # defnpodcast (2)
- # dev-tooling (1)
- # etaoin (4)
- # events (3)
- # fulcro (26)
- # graphql (3)
- # honeysql (6)
- # hyperfiddle (45)
- # lsp (40)
- # malli (1)
- # missionary (1)
- # nbb (18)
- # podcasts-discuss (1)
- # reagent (8)
- # reitit (2)
- # releases (2)
- # ring-swagger (1)
- # scittle (78)
- # shadow-cljs (96)
- # vim (7)
- # xtdb (3)
Is there a better way to CAST(... AS INTEGER[])
than using [:raw "integer[]"]
?
Tried [:array :integer]
and got yelled at:
Execution error (ExceptionInfo) at honey.sql/format-expr-list (sql.cljc:480).
format-expr-list expects a sequence of expressions, found: class clojure.lang.Keyword
Probably not. Feel free to open an issue with a link to whatever DB docs describes that.
Hmm, pretty sure there isn't. Create an issue with a link to the DB docs that describe that syntax and I'll take a look. It probably needs special syntax added for that sort of thing.