This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-01
Channels
- # announcements (7)
- # beginners (30)
- # boot (6)
- # calva (24)
- # cider (8)
- # clj-kondo (8)
- # cljs-dev (16)
- # cljsrn (8)
- # clojure (60)
- # clojure-italy (19)
- # clojure-mexico (6)
- # clojure-nlp (2)
- # clojure-uk (11)
- # clojurescript (36)
- # datomic (11)
- # hoplon (1)
- # juxt (2)
- # kaocha (1)
- # keechma (13)
- # nrepl (1)
- # off-topic (51)
- # reagent (7)
- # rewrite-clj (17)
- # robots (7)
- # shadow-cljs (2)
- # sql (4)
- # testing (1)
- # tools-deps (11)
- # vim (12)
@cybersapiens97 when you use dbname and dbtype you should not pass subname or subprotocol
👍 1
@contato509 what is java-jdbc.sql?
That looks like my old library? If so, a) don't use it -- it's archived for a reason! b) where
is documented to only take a map of column names to simple values, not conditions.
@cybersapiens97 also, clojure.java.jdbc
will correctly deduce 5432 if you use dbtype and do not pass subname!
😀 4